diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-11-10 15:39:57 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-11-10 15:39:57 -0800 |
commit | 06f3917af7b7bd278b35325c3add851c433ba048 (patch) | |
tree | 7e5998a8753f6d62b55c3438ff0604745668b23c /res | |
parent | f018b56985ff12a63b21cefe302421bb5f0c2209 (diff) | |
download | dsub-06f3917af7b7bd278b35325c3add851c433ba048.tar.gz dsub-06f3917af7b7bd278b35325c3add851c433ba048.tar.bz2 dsub-06f3917af7b7bd278b35325c3add851c433ba048.zip |
Chat fragment should use top level menu
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/chat.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/menu/chat.xml b/res/menu/chat.xml deleted file mode 100644 index 5e39a5c7..00000000 --- a/res/menu/chat.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:compat="http://schemas.android.com/apk/res-auto"> - <item - android:id="@+id/menu_refresh" - android:icon="?attr/refresh" - android:title="@string/menu.refresh" - compat:showAsAction="always|withText"/> - - <item - android:id="@+id/menu_settings" - android:title="@string/menu.settings"/> - - <item - android:id="@+id/menu_exit" - android:title="@string/menu.exit"/> -</menu>
\ No newline at end of file |