aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml b/OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml
index 4436cfe01..f4efb7c01 100644
--- a/OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_security_token_wait_fragment.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:custom="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -21,13 +22,15 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginLeft="8dp"
+ android:layout_marginBottom="24dp"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/security_token_create" />
- <ImageView
- android:layout_width="match_parent"
+ <nordpol.android.NfcGuideView
+ android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:src="@drawable/yubikey_phone" />
+ android:layout_gravity="center_horizontal"
+ custom:nfc_device="usb_black"/>
</LinearLayout>