Skip to content

Commit 81ed85b

Browse files
committed
never show More Apps From Us as an icon
1 parent 2b8bb06 commit 81ed85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/menu/menu.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
app:showAsAction="ifRoom" />
5151
<item
5252
android:id="@+id/more_apps_from_us"
53-
android:icon="@drawable/ic_google_play_vector"
53+
android:showAsAction="never"
5454
android:title="@string/more_apps_from_us"
55-
app:showAsAction="ifRoom" />
55+
app:showAsAction="never" />
5656
</menu>

0 commit comments

Comments
 (0)