From b4e936fc3f109efc1e63279174b6c559496d2279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 5 Dec 2016 13:50:33 +0100 Subject: [PATCH] Fix padding and scrollbar in import --- .../src/main/res/layout/import_keys_list_fragment.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/OpenKeychain/src/main/res/layout/import_keys_list_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_list_fragment.xml index 6712a5132..f96072282 100644 --- a/OpenKeychain/src/main/res/layout/import_keys_list_fragment.xml +++ b/OpenKeychain/src/main/res/layout/import_keys_list_fragment.xml @@ -40,13 +40,13 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:paddingLeft="8dp" - android:paddingRight="8dp" android:visibility="@{status == I.STATUS_LOADED ? V.VISIBLE : V.GONE}">