From 7617e9be2d0095d8b7f77144b8425d2e2dca3236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 18 Jan 2014 20:16:34 +0100 Subject: [PATCH] more layout fixes --- .../select_secret_key_layout_fragment.xml | 7 +- .../res/layout/sign_key_activity.xml | 105 ++++++++++-------- .../res/layout/view_key_activity.xml | 1 - 3 files changed, 62 insertions(+), 51 deletions(-) diff --git a/OpenPGP-Keychain/res/layout/select_secret_key_layout_fragment.xml b/OpenPGP-Keychain/res/layout/select_secret_key_layout_fragment.xml index 11429ea05..4a3cd3d28 100644 --- a/OpenPGP-Keychain/res/layout/select_secret_key_layout_fragment.xml +++ b/OpenPGP-Keychain/res/layout/select_secret_key_layout_fragment.xml @@ -10,7 +10,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:layout_margin="4dp" + android:layout_marginBottom="4dp" + android:layout_marginRight="4dp" + android:layout_marginTop="4dp" android:text="@string/api_settings_select_key" bootstrapbutton:bb_icon_left="fa-key" bootstrapbutton:bb_size="default" @@ -19,6 +21,9 @@ diff --git a/OpenPGP-Keychain/res/layout/sign_key_activity.xml b/OpenPGP-Keychain/res/layout/sign_key_activity.xml index 1bb2e6bab..98c602e88 100644 --- a/OpenPGP-Keychain/res/layout/sign_key_activity.xml +++ b/OpenPGP-Keychain/res/layout/sign_key_activity.xml @@ -1,61 +1,68 @@ - + android:layout_height="match_parent" > - - - + android:layout_marginLeft="16dp" + android:layout_marginRight="16dp" + android:orientation="vertical" > - + - + - + - + - \ No newline at end of file + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain/res/layout/view_key_activity.xml b/OpenPGP-Keychain/res/layout/view_key_activity.xml index babec70f6..bf49fdfad 100644 --- a/OpenPGP-Keychain/res/layout/view_key_activity.xml +++ b/OpenPGP-Keychain/res/layout/view_key_activity.xml @@ -6,7 +6,6 @@