diff options
Diffstat (limited to 'res/layout/nfc_payment.xml')
-rw-r--r-- | res/layout/nfc_payment.xml | 16 |
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" |