Skip to content

Commit 35b4c65

Browse files
committed
avoid showing the More Apps From Us as an icon
1 parent 308c686 commit 35b4c65

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<menu xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto">
4-
<item
5-
android:id="@+id/more_apps_from_us"
6-
android:icon="@drawable/ic_google_play_vector"
7-
android:title="@string/more_apps_from_us"
8-
app:showAsAction="always" />
94
<item
105
android:id="@+id/settings"
116
android:icon="@drawable/ic_settings_cog_vector"
@@ -16,4 +11,8 @@
1611
android:icon="@drawable/ic_info_vector"
1712
android:title="@string/about"
1813
app:showAsAction="always" />
14+
<item
15+
android:id="@+id/more_apps_from_us"
16+
android:title="@string/more_apps_from_us"
17+
app:showAsAction="never" />
1918
</menu>

0 commit comments

Comments
 (0)