Android-Password-Store/app/src/main/res/menu/context_pass.xml
zeapo e33341da97 Merge pull request #24 from jbaiter/holo-icons
Previously most of the icons looked a bit cobbled together and not very Android-y. This PR replaces them with semantically equivalent icons from Google's Iconography recommendations.
This aligns Android-Password-Store more with Google's design recommendations and other Android apps.
2014-10-29 22:25:11 +01:00

12 lines
380 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".pwdstore">
<item android:id="@+id/menu_delete_password"
android:icon="@drawable/ic_action_discard"
app:showAsAction="always"
android:title="Delete"/>
</menu>