adding a "More apps from us" menu button
This commit is contained in:
parent
b672c129cc
commit
ee339dcd6b
2 changed files with 8 additions and 2 deletions
|
|
@ -18,6 +18,11 @@
|
|||
android:showAsAction="never"
|
||||
android:title="@string/export_messages"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/more_apps_from_us"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/more_apps_from_us"
|
||||
app:showAsAction="never" />
|
||||
<item
|
||||
android:id="@+id/settings"
|
||||
android:icon="@drawable/ic_settings_cog_vector"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue