add a contextual action bar definition

This commit is contained in:
tibbi 2016-08-14 22:47:12 +02:00
parent 60a406ac3f
commit 4e781b9aaf
7 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?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/cab_delete"
android:icon="@mipmap/delete"
android:title="@string/delete"
app:showAsAction="ifRoom"/>
</menu>

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

View File

@ -1,5 +1,6 @@
<resources>
<string name="app_name">Simple App Launcher</string>
<string name="delete">Delete</string>
<!-- About -->
<string name="about">About</string>