Move help into settings menu
This commit is contained in:
@@ -38,10 +38,5 @@
|
||||
android:checkable="false"
|
||||
android:icon="@drawable/ic_settings_black_24dp"
|
||||
android:title="@string/label_settings" />
|
||||
<item
|
||||
android:id="@+id/nav_drawer_help"
|
||||
android:checkable="false"
|
||||
android:icon="@drawable/ic_help_black_24dp"
|
||||
android:title="@string/label_help" />
|
||||
</group>
|
||||
</menu>
|
||||
|
||||
11
app/src/main/res/menu/settings.xml
Normal file
11
app/src/main/res/menu/settings.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_help"
|
||||
android:icon="@drawable/ic_help_white_24dp"
|
||||
android:title="@string/label_help"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user