never show More Apps From Us as an icon
This commit is contained in:
parent
9a7d56d0e8
commit
bda9ec2a43
1 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:ignore="AppCompatResource">
|
tools:ignore="AppCompatResource,AlwaysShowAction">
|
||||||
<item
|
<item
|
||||||
android:id="@+id/import_messages"
|
android:id="@+id/import_messages"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
|
|
@ -25,7 +25,6 @@
|
||||||
app:showAsAction="always" />
|
app:showAsAction="always" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/more_apps_from_us"
|
android:id="@+id/more_apps_from_us"
|
||||||
android:icon="@drawable/ic_google_play_vector"
|
|
||||||
android:title="@string/more_apps_from_us"
|
android:title="@string/more_apps_from_us"
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="never" />
|
||||||
</menu>
|
</menu>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue