diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-12-04 21:31:01 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-12-19 19:47:38 +0100 |
commit | 6bba71469f1eb4d26ba4966f8e1febbe275f1782 (patch) | |
tree | ffdc2ddf1dd273efebbd48977af7cbf54121a628 /app/src/main/res/menu | |
parent | 6962d139746347aff034e3a84eaecf3e98062160 (diff) | |
download | AntennaPod-6bba71469f1eb4d26ba4966f8e1febbe275f1782.zip |
Moved settings button into navigation drawer
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/main.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml deleted file mode 100644 index a968f51ce..000000000 --- a/app/src/main/res/menu/main.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:custom="http://schemas.android.com/apk/res-auto"> - - <item - android:id="@+id/show_preferences" - android:title="@string/settings_label" - android:menuCategory="system" - custom:showAsAction="collapseActionView"/> - - -</menu> |