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 @@