mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-02 21:42:17 -05:00
10 lines
319 B
XML
10 lines
319 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/menu_api_settings_revoke"
|
|
android:title="@string/api_settings_revoke"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |