aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2014-03-23 19:21:45 +0100
committerThialfihar <thi@thialfihar.org>2014-03-23 19:39:18 +0100
commit60998f114cf45e5ec369e9b7c22b1e3ad2d526cf (patch)
treeaf6155d16687eab32df76cfa48bd89ca71a6543f /OpenPGP-Keychain/src
parent900e8ce990862534370df84e6dea53716b7b594c (diff)
downloadopen-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.tar.gz
open-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.tar.bz2
open-keychain-60998f114cf45e5ec369e9b7c22b1e3ad2d526cf.zip
Adjust encrypt layout, align signature with button
Diffstat (limited to 'OpenPGP-Keychain/src')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/encrypt_content.xml5
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>