mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Add settings menu item to new app layout options menu
It's not clear on first sight that you have to click your avatar for that. Change-Id: I94a6d1eac74eb2eecefc17f3b5ece19cd2dbce20
This commit is contained in:
parent
3c8eb0e0e5
commit
1746121b54
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_home_setting"
|
||||
android:icon="@drawable/ic_settings_x"
|
||||
android:title="@string/settings"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_home_layout_settings"
|
||||
android:title="@string/home_layout_preferences"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue