aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-04 22:26:46 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-04 22:26:46 +0100
commitc01f2cedb6ae599c2ddc4c52b5176ca07275283f (patch)
treefe529e2e29467f9aced1bdf681ac0d423b1bc067 /res
parent4fd8620c6cc1ca88c4496671e6e59c40aba93019 (diff)
delete account code now accessible again
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"
/>