diff options
author | Size43 | 2015-06-04 14:54:35 +0200 |
---|---|---|
committer | Size43 | 2015-06-04 14:54:35 +0200 |
commit | 22d240bb367d369117605e040d0f17cf1077aafe (patch) | |
tree | 8d2fc5aeef7c1d0cb7b364fce15e4a7258caf1dd /app/src/main/res/menu | |
parent | merge (diff) |
Added hamburger menu, working filters and unified inbox. Open old UI by going to the settings
Diffstat (limited to 'app/src/main/res/menu')
-rwxr-xr-x | app/src/main/res/menu/home_screen.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/menu/home_screen.xml b/app/src/main/res/menu/home_screen.xml index cf4b03a..3358601 100755 --- a/app/src/main/res/menu/home_screen.xml +++ b/app/src/main/res/menu/home_screen.xml @@ -2,8 +2,6 @@ xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.rssin.android.HomeScreenActivity">
- <item android:id="@+id/action_example" android:title="@string/action_example"
- app:showAsAction="withText|ifRoom" />
<item android:id="@+id/action_settings" android:title="@string/action_settings"
android:orderInCategory="100" app:showAsAction="never" />
</menu>
|