From ab8031fb527f767b254cc7a7c61a2ac4d60455f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 1 Apr 2014 15:32:14 +0200 Subject: [PATCH] More layout fixes --- .../main/res/layout/encrypt_file_fragment.xml | 142 +++++++++--------- .../res/layout/encrypt_symmetric_fragment.xml | 77 +++++----- 2 files changed, 115 insertions(+), 104 deletions(-) diff --git a/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml index fe0b28a27..efc4b4641 100644 --- a/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml +++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml @@ -1,80 +1,86 @@ - + 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 diff --git a/OpenPGP-Keychain/src/main/res/layout/encrypt_symmetric_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/encrypt_symmetric_fragment.xml index 0d07e9e72..89381e499 100644 --- a/OpenPGP-Keychain/src/main/res/layout/encrypt_symmetric_fragment.xml +++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_symmetric_fragment.xml @@ -1,47 +1,52 @@ - + android:paddingRight="16dp" + android:orientation="vertical"> - + - + - - + - + + - + - - - \ No newline at end of file + + + + + + \ No newline at end of file