open-keychain/OpenPGP-Keychain/res/menu/nfc_beam.xml
2013-01-16 14:31:16 +01:00

10 lines
317 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_BeamPreferences"/>
</menu>