aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml13
1 files changed, 7 insertions, 6 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 bdca11423..fe0b28a27 100644
--- a/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_file_fragment.xml
@@ -5,8 +5,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="4dp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
android:orientation="vertical">
<LinearLayout
@@ -51,13 +51,13 @@
<RelativeLayout
android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:padding="4dp">
+ android:layout_height="match_parent">
<TextView
style="@style/SectionHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="4dp"
android:text="@string/section_encrypt_and_or_sign"
android:layout_above="@+id/action_encrypt_file"
android:layout_alignParentLeft="true"
@@ -66,8 +66,9 @@
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/action_encrypt_file"
android:layout_width="match_parent"
- android:layout_height="60dp"
- android:padding="4dp"
+ android:layout_height="50dp"
+ android:layout_marginTop="4dp"
+ android:layout_marginBottom="4dp"
android:text="@string/btn_encrypt_file"
bootstrapbutton:bb_icon_left="fa-lock"
bootstrapbutton:bb_type="info"