aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/manageaccounts_context.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/menu/manageaccounts_context.xml b/res/menu/manageaccounts_context.xml
index 30ba747d..2adc45df 100644
--- a/res/menu/manageaccounts_context.xml
+++ b/res/menu/manageaccounts_context.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:icon="@drawable/ic_action_delete"
+ <item
+ android:id="@+id/account_delete"
+ android:icon="@drawable/ic_action_delete"
android:title="Delete"
android:showAsAction="always"
/>