mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 17:45:08 -05:00
10 lines
317 B
XML
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> |