diff options
author | Camil Staps | 2015-05-21 19:45:01 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-21 19:45:01 +0200 |
commit | 2e54af07b4ccada483388722b6cc93d48de9d6be (patch) | |
tree | fa5ceb7d55a315dac1b08c874d14eb7774008a0f /app/src/main/res/menu | |
parent | Removed redundant docs (diff) |
Volley; org.rssin.http; org.rssin.listener; fetching XML with listeners; FeedLoader serializable; working FilterActivity
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/menu_filter.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_filter.xml b/app/src/main/res/menu/menu_filter.xml new file mode 100644 index 0000000..aaf1ca1 --- /dev/null +++ b/app/src/main/res/menu/menu_filter.xml @@ -0,0 +1,6 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" tools:context="org.rssin.android.FilterActivity"> + <item android:id="@+id/action_settings" android:title="@string/action_settings" + android:orderInCategory="100" app:showAsAction="never" /> +</menu> |