diff --git a/OpenKeychain/src/main/res/layout/decrypt_file_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_file_fragment.xml index b43991ff1..b5fd1fcc0 100644 --- a/OpenKeychain/src/main/res/layout/decrypt_file_fragment.xml +++ b/OpenKeychain/src/main/res/layout/decrypt_file_fragment.xml @@ -64,16 +64,6 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - + android:layout_alignParentStart="true" + android:layout_marginBottom="8dp" /> + + diff --git a/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml b/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml index 6c1eb3bdd..e54edd0d1 100644 --- a/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml +++ b/OpenKeychain/src/main/res/layout/decrypt_message_fragment.xml @@ -37,19 +37,25 @@ android:scrollHorizontally="true" android:layout_weight="1" /> + + + android:orientation="horizontal" + android:layout_marginBottom="8dp"> - - + android:layout_alignParentStart="true" + android:layout_marginBottom="8dp" /> + + diff --git a/OpenKeychain/src/main/res/layout/encrypt_message_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_message_fragment.xml index 24e604398..fab983fa5 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_message_fragment.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_message_fragment.xml @@ -21,19 +21,25 @@ android:hint="@string/encrypt_content_edit_text_hint" android:layout_weight="1" /> + + + android:orientation="horizontal" + android:layout_marginBottom="8dp"> + android:layout_height="wrap_content" + android:layout_marginBottom="8dp" /> diff --git a/OpenKeychain/src/main/res/layout/view_key_main_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_main_fragment.xml index d90c4cd17..7d0f714a0 100644 --- a/OpenKeychain/src/main/res/layout/view_key_main_fragment.xml +++ b/OpenKeychain/src/main/res/layout/view_key_main_fragment.xml @@ -43,7 +43,7 @@ android:layout_width="wrap_content" android:layout_height="0dp" android:layout_marginBottom="4dp" - android:layout_marginTop="14dp" + android:layout_marginTop="8dp" android:text="@string/section_user_ids" android:layout_weight="1" /> @@ -109,6 +109,7 @@ android:id="@+id/view_key_action_encrypt" android:paddingLeft="8dp" android:paddingRight="8dp" + android:layout_marginBottom="8dp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml index ae6b750b2..48730587d 100644 --- a/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml +++ b/OpenKeychain/src/main/res/layout/view_key_share_fragment.xml @@ -19,7 +19,7 @@ style="@style/SectionHeader" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_marginTop="14dp" + android:layout_marginTop="8dp" android:text="@string/section_fingerprint" android:layout_weight="1" /> @@ -141,7 +141,8 @@ android:minHeight="?android:attr/listPreferredItemHeight" android:clickable="true" style="@style/SelectableItem" - android:orientation="horizontal"> + android:orientation="horizontal" + android:layout_marginBottom="8dp"> Certify - Decrypt and Verify + Verify and save decrypted file From Clipboard - Encrypt File + Save encrypt file Save Cancel Delete