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