520e0d6e7a
* List editing groundwork * Add ability to add/remove accounts from list, delete lists * Rename list, improve lists UI * Add error handling, extract strings * Revert gradle.properties * Apply feedback suggestions * Apply feedback * Update license header
13 lines
No EOL
415 B
XML
13 lines
No EOL
415 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/list_edit"
|
|
android:title="@string/action_edit_list" />
|
|
<item
|
|
android:id="@+id/list_rename"
|
|
android:title="@string/action_rename_list" />
|
|
<item
|
|
android:id="@+id/list_delete"
|
|
android:title="@string/action_delete_list" />
|
|
|
|
</menu> |