swh:1:snp:9e7dcf2adb3c1d0abb5a8d2cdbeb07b5ba70940b
Raw File
Tip revision: c5598e980a0da49f97c407490d4ce148e40f88bc authored by Hervé Renault on 17 October 2015, 13:36:44 UTC
Touching the balloon now opens the notes folder, which is more consistent.
Tip revision: c5598e9
list_menu.xml
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >

    <item
        android:id="@+id/menu_delete_all"
        android:showAsAction="ifRoom"
        android:title="@string/context_menu_delete_all"/>

</menu>
back to top