diff options
author | Camil Staps | 2015-06-10 18:27:23 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 18:27:23 +0200 |
commit | b7b5037b867352ee5e90d0e04c616875b7986e1a (patch) | |
tree | 47eb42b5ca13e035ca82eab3f19bf7e9b995efa9 /app/src/main/res/menu/home_screen.xml | |
parent | Merge branch 'master' of github:camilstaps/RSSin (diff) |
Cleanup xml
Diffstat (limited to 'app/src/main/res/menu/home_screen.xml')
-rw-r--r-- | app/src/main/res/menu/home_screen.xml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/app/src/main/res/menu/home_screen.xml b/app/src/main/res/menu/home_screen.xml index d96e91f..8ffd091 100644 --- a/app/src/main/res/menu/home_screen.xml +++ b/app/src/main/res/menu/home_screen.xml @@ -16,10 +16,17 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. --> -<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.HomeScreenActivity">
- <item android:id="@+id/action_settings" android:title="@string/action_settings"
- android:orderInCategory="100" app:showAsAction="ifRoom" android:icon="@drawable/ic_action_action_settings" />
-</menu>
+<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.HomeScreenActivity"> + + <item + android:id="@+id/action_settings" + android:title="@string/action_settings" + android:orderInCategory="100" + app:showAsAction="ifRoom" + android:icon="@drawable/ic_action_action_settings" /> + +</menu> |