Removing some of the unused, removing the prefixes on some strings Cleaning up some of the unused resoures and dialogs
22 lines
739 B
XML
22 lines
739 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item android:id="@+id/action_move_to_category"
|
|
android:title="@string/move_to_categories"
|
|
android:icon="@drawable/ic_label_white_24dp"
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
<item android:id="@+id/action_delete"
|
|
android:title="@string/remove"
|
|
android:icon="@drawable/ic_delete_white_24dp"
|
|
app:showAsAction="ifRoom"/>
|
|
|
|
<item
|
|
android:id="@+id/action_migrate"
|
|
android:icon="@drawable/ic_swap_calls_white_24dp"
|
|
android:title="@string/source_migration"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu> |