Never show 'Settings' options as actions
Closes https://github.com/FossifyOrg/Messages/issues/268
This commit is contained in:
parent
79971924d5
commit
58169dfd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
android:id="@+id/settings"
|
||||
android:icon="@drawable/ic_settings_cog_vector"
|
||||
android:title="@string/settings"
|
||||
app:showAsAction="always" />
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:icon="@drawable/ic_info_vector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue