summaryrefslogtreecommitdiffstats
path: root/res/layout/nfc_payment.xml
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2013-09-24 17:31:25 -0700
committerMartijn Coenen <maco@google.com>2013-09-25 15:01:24 -0700
commit0e940d6c00d06578c4c0f89a95e5d31c8073fbc1 (patch)
tree89299ed52be79b4a4b1f60cee06b9ad9487ff587 /res/layout/nfc_payment.xml
parent372b6f74b17fe1ef207bcda511dd71a93f792682 (diff)
downloadpackages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.zip
packages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.tar.gz
packages_apps_Settings-0e940d6c00d06578c4c0f89a95e5d31c8073fbc1.tar.bz2
Latest UX for Tap & pay.
Bug: 10862185 Change-Id: I4344f70533a69d422159547c58bbc981f4d889ca
Diffstat (limited to 'res/layout/nfc_payment.xml')
-rw-r--r--res/layout/nfc_payment.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/layout/nfc_payment.xml b/res/layout/nfc_payment.xml
index 92fe86f..54ac403 100644
--- a/res/layout/nfc_payment.xml
+++ b/res/layout/nfc_payment.xml
@@ -7,22 +7,22 @@
android:layout_height="match_parent"
android:gravity="center_vertical"
android:orientation="vertical" >
- <TextView
- android:id="@+id/nfc_payment_empty_text"
+ <ImageView
+ android:id="@+id/nfc_payment_tap_image"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
- android:textSize="24sp"
android:visibility="gone"
- android:paddingBottom="16dp"
- android:text="@string/nfc_payment_no_apps"/>
- <ImageView
- android:id="@+id/nfc_payment_tap_image"
+ android:src="@drawable/nfc_payment_empty_state"/>
+ <TextView
+ android:id="@+id/nfc_payment_empty_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
+ android:textSize="24sp"
android:visibility="gone"
- android:src="@drawable/nfc_payment_empty_state"/>
+ android:paddingTop="16dp"
+ android:text="@string/nfc_payment_no_apps"/>
</LinearLayout>
<ListView
android:id="@android:id/list"