diff --git a/app/src/basic/res/menu/main_activity_screens.xml b/app/src/basic/res/menu/main_activity_screens.xml index aa90a0cd5..7bc7eb79a 100644 --- a/app/src/basic/res/menu/main_activity_screens.xml +++ b/app/src/basic/res/menu/main_activity_screens.xml @@ -1,19 +1,16 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + tools:ignore="MenuTitle"> + + app:showAsAction="ifRoom|withText" + android:id="@+id/whats_new"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/updates"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/settings"/> \ No newline at end of file diff --git a/app/src/full/res/menu/main_activity_screens.xml b/app/src/full/res/menu/main_activity_screens.xml index c7c174d7e..31537fa5f 100644 --- a/app/src/full/res/menu/main_activity_screens.xml +++ b/app/src/full/res/menu/main_activity_screens.xml @@ -1,29 +1,22 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + tools:ignore="MenuTitle"> + + app:showAsAction="ifRoom|withText" + android:id="@+id/whats_new"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/categories"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/nearby"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/updates"/> + app:showAsAction="ifRoom|withText" + android:id="@+id/settings"/> \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 85aacae88..fa6ba7076 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,6 +1,5 @@