aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-09 20:10:23 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-09 20:10:23 +0200
commiteba0640d3eb39c23686cd54925aedde44141e8d9 (patch)
treef736345c91b108eaf889cac7d20e1d65ebfa8b7e /OpenKeychain/src/main/res/layout
parent6d00ca7fdb305b43e0638d86558d1eba63d86e66 (diff)
downloadopen-keychain-eba0640d3eb39c23686cd54925aedde44141e8d9.tar.gz
open-keychain-eba0640d3eb39c23686cd54925aedde44141e8d9.tar.bz2
open-keychain-eba0640d3eb39c23686cd54925aedde44141e8d9.zip
Prettify more layouts, fix edit and encrypt intents from key view
Diffstat (limited to 'OpenKeychain/src/main/res/layout')
-rw-r--r--OpenKeychain/src/main/res/layout/certify_key_activity.xml7
-rw-r--r--OpenKeychain/src/main/res/layout/select_secret_key_layout_fragment.xml3
-rw-r--r--OpenKeychain/src/main/res/layout/view_cert_activity.xml3
3 files changed, 6 insertions, 7 deletions
diff --git a/OpenKeychain/src/main/res/layout/certify_key_activity.xml b/OpenKeychain/src/main/res/layout/certify_key_activity.xml
index 3fa0468de..0ae46a261 100644
--- a/OpenKeychain/src/main/res/layout/certify_key_activity.xml
+++ b/OpenKeychain/src/main/res/layout/certify_key_activity.xml
@@ -3,14 +3,14 @@
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
- android:orientation="vertical" >
+ android:orientation="vertical">
<TextView
style="@style/SectionHeader"
@@ -77,8 +77,7 @@
<TextView
android:id="@+id/main_user_id"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:typeface="monospace" />
+ android:layout_height="wrap_content" />
</TableRow>
diff --git a/OpenKeychain/src/main/res/layout/select_secret_key_layout_fragment.xml b/OpenKeychain/src/main/res/layout/select_secret_key_layout_fragment.xml
index 408c0c54e..8c3b61cda 100644
--- a/OpenKeychain/src/main/res/layout/select_secret_key_layout_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/select_secret_key_layout_fragment.xml
@@ -52,8 +52,7 @@
android:layout_marginRight="5dip"
android:text=""
android:visibility="gone"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:paddingLeft="10dp" />
+ android:textAppearance="?android:attr/textAppearanceSmall" />
<TextView
android:id="@+id/select_secret_key_master_key_hex"
diff --git a/OpenKeychain/src/main/res/layout/view_cert_activity.xml b/OpenKeychain/src/main/res/layout/view_cert_activity.xml
index 95b8ffc8d..adb673d1f 100644
--- a/OpenKeychain/src/main/res/layout/view_cert_activity.xml
+++ b/OpenKeychain/src/main/res/layout/view_cert_activity.xml
@@ -61,7 +61,8 @@
android:id="@+id/signee_key"
android:layout_width="0dp"
android:layout_height="wrap_content"
- android:paddingRight="5dip" />
+ android:paddingRight="5dip"
+ android:typeface="monospace" />
</TableRow>
<TableRow>