open-keychain/OpenPGP-Keychain/res/menu/nfc_beam.xml

10 lines
318 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/menu_settings"
android:icon="@drawable/ic_menu_settings"
android:showAsAction="always|withText"
android:title="@string/menu_beam_preferences"/>
</menu>