aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml3
-rw-r--r--OpenPGP-Keychain/src/main/res/menu/key_edit.xml24
2 files changed, 1 insertions, 26 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
index aa48252ce..e3448c39f 100644
--- a/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/view_key_main_fragment.xml
@@ -192,8 +192,7 @@
<TextView
android:id="@+id/secret_key"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:typeface="monospace" />
+ android:layout_height="wrap_content" />
</TableRow>
</TableLayout>
diff --git a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml b/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
deleted file mode 100644
index f9f7f8f0a..000000000
--- a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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_key_edit_save"
- android:icon="@drawable/ic_action_save"
- app:showAsAction="always"
- android:title="@string/btn_save">
- </item>
- <item
- android:id="@+id/menu_key_edit_export_file"
- app:showAsAction="never"
- android:title="@string/menu_export_key" />
- <item
- android:id="@+id/menu_key_edit_delete"
- app:showAsAction="never"
- android:title="@string/menu_delete_key" />
- <item
- android:id="@+id/menu_key_edit_cancel"
- app:showAsAction="never"
- android:title="@string/menu_key_edit_cancel" />
-
-</menu> \ No newline at end of file