From ba81869038eb3b408ef0f925ebd674bd703211f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 1 Apr 2014 15:33:56 +0200 Subject: [PATCH] More layout fixes --- .../main/res/layout/decrypt_file_fragment.xml | 132 +++++++++--------- 1 file changed, 69 insertions(+), 63 deletions(-) diff --git a/OpenPGP-Keychain/src/main/res/layout/decrypt_file_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/decrypt_file_fragment.xml index 040a05dc3..633c9c832 100644 --- a/OpenPGP-Keychain/src/main/res/layout/decrypt_file_fragment.xml +++ b/OpenPGP-Keychain/src/main/res/layout/decrypt_file_fragment.xml @@ -1,75 +1,81 @@ - - - + android:fillViewport="true"> + android:paddingTop="4dp" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:orientation="vertical"> - + - - - - - - - - - - + android:layout_height="wrap_content" + android:orientation="horizontal"> - - \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file