From 9a120a4664381957ecf81b55273f0e173b94a1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 22 Sep 2013 22:02:40 +0200 Subject: Fix margin of user ids in import layout --- OpenPGP-Keychain/res/layout/import_keys_list_entry.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenPGP-Keychain/res') 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" > -- cgit v1.2.3