aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-08-31 00:19:59 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-08-31 00:19:59 +0200
commita73abf57f1a5ace000aca8f218e45ff737ae8b1c (patch)
tree718621bf813ebf3fc936e01b93c0fab94a0764b2 /OpenKeychain/src/main/res
parent0738a38bbebe6e0e93301de4b7cc085070bfa5eb (diff)
downloadopen-keychain-a73abf57f1a5ace000aca8f218e45ff737ae8b1c.tar.gz
open-keychain-a73abf57f1a5ace000aca8f218e45ff737ae8b1c.tar.bz2
open-keychain-a73abf57f1a5ace000aca8f218e45ff737ae8b1c.zip
if there is only one private key, use it fo certification by default
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/keyspinner_key.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/keyspinner_key.xml b/OpenKeychain/src/main/res/layout/keyspinner_key.xml
index 703f9133b..761566b75 100644
--- a/OpenKeychain/src/main/res/layout/keyspinner_key.xml
+++ b/OpenKeychain/src/main/res/layout/keyspinner_key.xml
@@ -4,6 +4,7 @@
android:orientation="vertical"
android:layout_width="wrap_content"
android:padding="4dp"
+ android:minHeight="24dp"
android:layout_height="wrap_content">
<TextView android:id="@android:id/title"
android:textColor="?android:attr/textColorSecondary"
@@ -11,7 +12,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
- android:ellipsize="end"/>
+ android:ellipsize="end"
+ />
<TextView android:id="@android:id/text1"
android:textColor="?android:attr/textColorTertiary"
android:textSize="14sp"
@@ -19,7 +21,8 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
- android:layout_marginTop="-4dip"/>
+ android:layout_marginTop="-4dip"
+ android:text=".com"/>
<TextView android:id="@android:id/text2"
android:textColor="?android:attr/textColorTertiary"
android:textSize="14sp"
@@ -27,5 +30,6 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="end"
- android:layout_marginTop="-4dip"/>
+ android:layout_marginTop="-4dip"
+ />
</LinearLayout> \ No newline at end of file