parent
fc319e606d
commit
e77e67696b
@ -1,4 +1,11 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<menu> |
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto"> |
||||||
|
|
||||||
|
<item |
||||||
|
android:id="@+id/menu_add" |
||||||
|
android:title="@string/add" |
||||||
|
android:icon="@drawable/ic_add" |
||||||
|
app:showAsAction="always" /> |
||||||
|
|
||||||
</menu> |
</menu> |
Loading…
Reference in new issue