|
|
@ -1,12 +1,14 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<menu xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
|
|
|
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"> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_help" |
|
|
|
android:id="@+id/menu_help" |
|
|
|
android:title="@string/help" |
|
|
|
android:title="@string/help" |
|
|
|
android:icon="@drawable/ic_live_help_black_24dp" |
|
|
|
android:icon="@drawable/ic_live_help_black_24dp" |
|
|
|
app:showAsAction="always" /> |
|
|
|
app:showAsAction="always" |
|
|
|
|
|
|
|
tools:ignore="AlwaysShowAction" /> |
|
|
|
|
|
|
|
|
|
|
|
<item |
|
|
|
<item |
|
|
|
android:id="@+id/menu_backup" |
|
|
|
android:id="@+id/menu_backup" |
|
|
|