aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml
diff options
context:
space:
mode:
authorBhargav Golla <bhargav.golla@gmail.com>2014-03-10 23:17:00 -0400
committerBhargav Golla <bhargav.golla@gmail.com>2014-03-10 23:17:00 -0400
commit31ffcb5db07dff8c248a91a791eeda2946dbbb19 (patch)
tree2a27d709d42a5ef544173b65bf67d74591ccae41 /OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml
parentb90e680ff91ae12e9ae31682b1ab118d6c49ab7e (diff)
parentc9b117b7068d471c5ea74b4e21d44684a31e4df6 (diff)
downloadopen-keychain-31ffcb5db07dff8c248a91a791eeda2946dbbb19.tar.gz
open-keychain-31ffcb5db07dff8c248a91a791eeda2946dbbb19.tar.bz2
open-keychain-31ffcb5db07dff8c248a91a791eeda2946dbbb19.zip
Merge remote-tracking branch 'upstream/master' into Lint-error-fix
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml b/OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml
index 2bdd231ee..ae523762c 100644
--- a/OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/passphrase_repeat_dialog.xml
@@ -6,7 +6,9 @@
android:paddingRight="16dp"
android:stretchColumns="1" >
- <TableRow>
+ <TableRow
+ android:layout_marginBottom="5dip"
+ >
<TextView
android:id="@+id/passphrase_label_passphrase"
@@ -24,7 +26,9 @@
android:padding="4dp" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:layout_marginBottom="10dip"
+ >
<TextView
android:id="@+id/passphrase_label_passphrase_again"