aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/menu/nfc_beam.xml
blob: 9cb86892d39b965ebe937468ad4b88730391e7b7 (plain)
1
2
3
4
5
6
7
8
9
10
<?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>