aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/res/layout/encrypt.xml
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-06-09 18:04:18 +0300
committerDominik <dominik@dominikschuermann.de>2012-06-13 19:28:23 +0300
commit404ba014241ff35d21c82e85be5a24e3625a3036 (patch)
treee67f0b6652769edf22285ecdab558dce32a1c5b8 /org_apg/res/layout/encrypt.xml
parent5a51f7912694db0f24588b07cd21ca4f94fe9101 (diff)
downloadopen-keychain-404ba014241ff35d21c82e85be5a24e3625a3036.tar.gz
open-keychain-404ba014241ff35d21c82e85be5a24e3625a3036.tar.bz2
open-keychain-404ba014241ff35d21c82e85be5a24e3625a3036.zip
much work on EncryptActivity
Diffstat (limited to 'org_apg/res/layout/encrypt.xml')
-rw-r--r--org_apg/res/layout/encrypt.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/org_apg/res/layout/encrypt.xml b/org_apg/res/layout/encrypt.xml
index bc3e37b7a..ebf7e8b05 100644
--- a/org_apg/res/layout/encrypt.xml
+++ b/org_apg/res/layout/encrypt.xml
@@ -206,18 +206,19 @@
android:text="@string/label_sign" />
<LinearLayout
- android:layout_width="wrap_content"
+ android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
android:orientation="vertical"
- android:paddingRight="5dip" >
+ android:paddingLeft="16dp" >
<TextView
android:id="@+id/mainUserId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
- android:text="Main User Id"
+ android:ellipsize="end"
+ android:singleLine="true"
+ android:text="Sign User Id"
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
@@ -225,7 +226,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right"
- android:text="Main User Id Rest"
+ android:ellipsize="end"
+ android:singleLine="true"
+ android:text="Sign email"
android:textAppearance="?android:attr/textAppearanceSmall" />
</LinearLayout>
</LinearLayout>