diff --git a/res/layout-sw600dp/nfc_payment_how_it_works.xml b/res/layout-sw600dp/nfc_payment_how_it_works.xml
new file mode 100644
index 00000000000..3bee1604069
--- /dev/null
+++ b/res/layout-sw600dp/nfc_payment_how_it_works.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/layout/nfc_payment_empty.xml b/res/layout/nfc_payment_empty.xml
index e89d865c5d9..74c15bcf65f 100644
--- a/res/layout/nfc_payment_empty.xml
+++ b/res/layout/nfc_payment_empty.xml
@@ -23,16 +23,16 @@
diff --git a/res/layout/nfc_payment_how_it_works.xml b/res/layout/nfc_payment_how_it_works.xml
index ac48e4e72c8..565a16b7d7a 100644
--- a/res/layout/nfc_payment_how_it_works.xml
+++ b/res/layout/nfc_payment_how_it_works.xml
@@ -36,8 +36,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/nfc_how_it_works_title"
- android:paddingLeft="74dp"
- android:paddingRight="74dp"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
android:textColor="#FF263238"
android:textSize="24sp" />
@@ -47,11 +47,11 @@
android:layout_height="wrap_content"
android:paddingTop="10dp"
android:paddingBottom="18dp"
- android:paddingLeft="74dp"
- android:paddingRight="74dp"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
android:text="@string/nfc_how_it_works_content"
android:textColor="#FF263238"
- android:textSize="20sp" />
+ android:textSize="16sp" />