diff options
author | Thialfihar <thi@thialfihar.org> | 2014-03-23 19:21:45 +0100 |
---|---|---|
committer | Thialfihar <thi@thialfihar.org> | 2014-03-23 19:39:18 +0100 |
commit | 60998f114cf45e5ec369e9b7c22b1e3ad2d526cf (patch) | |
tree | af6155d16687eab32df76cfa48bd89ca71a6543f | |
parent | 900e8ce990862534370df84e6dea53716b7b594c (diff) | |
download | open-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.tar.gz open-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.tar.bz2 open-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.zip |
Adjust encrypt layout, align signature with button
-rw-r--r-- | OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml b/OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml index 03fe496c6..1dba66cfa 100644 --- a/OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml +++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml @@ -72,7 +72,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingLeft="16dp"> + android:paddingLeft="16dp" + android:paddingRight="4dip"> <TextView android:id="@+id/mainUserId" @@ -314,4 +315,4 @@ bootstrapbutton:bb_type="info"/> </LinearLayout> </LinearLayout> -</ScrollView>
\ No newline at end of file +</ScrollView> |