summaryrefslogtreecommitdiffstats
path: root/res/layout/nfc_payment_how_it_works.xml
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2015-07-07 09:35:19 +0200
committerMartijn Coenen <maco@google.com>2015-07-10 15:43:25 +0200
commit91dcad408955960a9fcf88235f5bbf744d7b2888 (patch)
treef7b5253a5b25223c6d488f22535edacec7efe045 /res/layout/nfc_payment_how_it_works.xml
parente21573da9205343e5b531f468b534a1bf02098fe (diff)
downloadpackages_apps_Settings-91dcad408955960a9fcf88235f5bbf744d7b2888.zip
packages_apps_Settings-91dcad408955960a9fcf88235f5bbf744d7b2888.tar.gz
packages_apps_Settings-91dcad408955960a9fcf88235f5bbf744d7b2888.tar.bz2
Fix up Tap and Pay how it works.
Also, don't use HCE service description. Bug: 21988684 Bug: 21657963 Change-Id: I2facb30b80da5452ef14592c937e2db850c33835
Diffstat (limited to 'res/layout/nfc_payment_how_it_works.xml')
-rw-r--r--res/layout/nfc_payment_how_it_works.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/nfc_payment_how_it_works.xml b/res/layout/nfc_payment_how_it_works.xml
index ac48e4e..565a16b 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" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"