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: More layout fixes --- .../src/main/res/layout/decrypt_file_fragment.xml | 118 +++++++++++---------- 1 file changed, 62 insertions(+), 56 deletions(-) (limited to 'OpenPGP-Keychain') 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:orientation="horizontal"> - + - + + - + android:text="@string/label_delete_after_decryption" /> - + android:layout_height="match_parent"> + + - - \ No newline at end of file + + + + + \ No newline at end of file -- cgit v1.2.3