pull/2280/head
parent
9d87e4bc98
commit
0776e0b982
@ -1,13 +1,18 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<menu xmlns:tools="http://schemas.android.com/tools" |
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
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"> |
xmlns:tools="http://schemas.android.com/tools" |
||||||
|
tools:ignore="AlwaysShowAction"> |
||||||
|
|
||||||
<item |
<item |
||||||
android:id="@+id/menu_help" |
android:id="@+id/menu_help" |
||||||
android:title="@string/help" |
|
||||||
android:icon="@drawable/ic_help" |
android:icon="@drawable/ic_help" |
||||||
app:showAsAction="always" |
android:title="@string/help" |
||||||
tools:ignore="AlwaysShowAction" /> |
app:showAsAction="always" /> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/menu_log" |
||||||
|
android:title="@string/log" |
||||||
|
app:showAsAction="never" /> |
||||||
|
|
||||||
</menu> |
</menu> |
||||||
|
Loading…
Reference in new issue