aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml b/OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml
index 2a8e74fc2..8c0a80e4e 100644
--- a/OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/import_keys_nfc_fragment.xml
@@ -3,8 +3,10 @@
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
- android:orientation="horizontal" >
+ android:paddingTop="8dp"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
+ android:orientation="horizontal">
<com.beardedhen.androidbootstrap.BootstrapButton
android:id="@+id/import_nfc_button"
@@ -12,7 +14,7 @@
android:layout_height="70dp"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
- android:layout_marginLeft="10dp"
+ android:layout_marginLeft="8dp"
android:text="@string/import_nfc_help_button"
bootstrapbutton:bb_icon_left="fa-question"
bootstrapbutton:bb_size="default"