summaryrefslogtreecommitdiff
path: root/res/menu/login_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 17:57:44 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 17:57:44 +0300
commit3cc0cb84104bb3d69ab276fe81a1ce42ec31cc4e (patch)
tree301de972453456e4a4729a6d44b60b51467d72a3 /res/menu/login_menu.xml
parent7ad712cb413824b1caae4327e8cc2f691e29d888 (diff)
various layout tweaks
fix logout action
Diffstat (limited to 'res/menu/login_menu.xml')
-rw-r--r--res/menu/login_menu.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/res/menu/login_menu.xml b/res/menu/login_menu.xml
deleted file mode 100644
index 0c244247..00000000
--- a/res/menu/login_menu.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
- <menu xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/preferences"
- android:icon="@android:drawable/ic_menu_preferences"
- android:title="@string/preferences"
- android:showAsAction="ifRoom|withText"
- />
-
- <item android:id="@+id/login"
- android:icon="@android:drawable/ic_menu_rotate"
- android:title="@string/login_login"
- android:showAsAction="ifRoom|withText"
- />
-
- </menu>