aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-22 22:02:40 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-22 22:02:40 +0200
commit9a120a4664381957ecf81b55273f0e173b94a1a6 (patch)
treef07d692586d86cd562f15c60ca4cffb9d48805c5 /OpenPGP-Keychain
parent47acc45934b19118e99a3c35a2044d3a1c7d0a5f (diff)
downloadopen-keychain-9a120a4664381957ecf81b55273f0e173b94a1a6.tar.gz
open-keychain-9a120a4664381957ecf81b55273f0e173b94a1a6.tar.bz2
open-keychain-9a120a4664381957ecf81b55273f0e173b94a1a6.zip
Fix margin of user ids in import layout
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/res/layout/import_keys_list_entry.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/res/layout/import_keys_list_entry.xml b/OpenPGP-Keychain/res/layout/import_keys_list_entry.xml
index aa8f56b83..37d1c5702 100644
--- a/OpenPGP-Keychain/res/layout/import_keys_list_entry.xml
+++ b/OpenPGP-Keychain/res/layout/import_keys_list_entry.xml
@@ -101,7 +101,7 @@
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_marginLeft="30dip"
+ android:layout_marginLeft="36dip"
android:orientation="vertical" >
</LinearLayout>