aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/create_key_start_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/layout/create_key_start_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/create_key_start_fragment.xml56
1 files changed, 43 insertions, 13 deletions
diff --git a/OpenKeychain/src/main/res/layout/create_key_start_fragment.xml b/OpenKeychain/src/main/res/layout/create_key_start_fragment.xml
index 622cdf5a0..5221fa6e6 100644
--- a/OpenKeychain/src/main/res/layout/create_key_start_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/create_key_start_fragment.xml
@@ -50,22 +50,52 @@
android:clickable="true"
style="?android:attr/borderlessButtonStyle" />
- <TextView
- android:id="@+id/create_key_yubikey_button"
- android:paddingLeft="16dp"
- android:paddingRight="16dp"
- android:textAppearance="?android:attr/textAppearanceMedium"
+ <RelativeLayout
+ android:id="@+id/create_key_security_token_button"
+ style="?android:attr/borderlessButtonStyle"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/first_time_yubikey"
- android:textAllCaps="true"
- android:minHeight="?android:attr/listPreferredItemHeight"
- android:drawableRight="@drawable/ic_chevron_right_grey_24dp"
- android:drawablePadding="8dp"
android:gravity="right|center_vertical"
+ android:layout_height="?android:attr/listPreferredItemHeight"
+ android:layout_weight="1"
android:clickable="true"
- style="?android:attr/borderlessButtonStyle" />
+ android:minHeight="?android:attr/listPreferredItemHeight">
+
+ <TextView
+ android:id="@+id/textView4"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="16dp"
+ android:paddingRight="10dp"
+ android:text="@string/first_time_security_token"
+ android:textAllCaps="true"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ android:layout_alignParentTop="true"
+ android:layout_toLeftOf="@+id/imageView5"
+ android:layout_toStartOf="@+id/imageView5" />
+
+ <ImageView
+ android:id="@+id/imageView5"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_alignParentEnd="true"
+ android:layout_alignParentRight="true"
+ android:layout_centerVertical="true"
+ android:paddingRight="10dp"
+ android:src="@drawable/ic_chevron_right_grey_24dp" />
+
+ <TextView
+ android:id="@+id/textView3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingLeft="16dp"
+ android:paddingRight="10dp"
+ android:text="@string/first_time_security_token_subtitle"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:layout_alignParentBottom="true"
+ android:layout_toLeftOf="@+id/imageView5"
+ android:layout_toStartOf="@+id/imageView5" />
+
+ </RelativeLayout>
<TextView
android:id="@+id/create_key_import_button"