From c51143a35ace37a8aeb3fea828dbf40f43c2b81c Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Mon, 1 Aug 2016 11:35:03 -0700 Subject: [PATCH] Fix margin in Tap & pay -> Payment default. Change PaddingLeft to PaddingStart so that it also works in RTL. Change-Id: I649a89798d95d64e0c5da6eb1decd217ef7e98c7 Fixes: 28762436 --- res/layout/nfc_payment_option.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/nfc_payment_option.xml b/res/layout/nfc_payment_option.xml index 90ba2792a63..be5fe5f3045 100644 --- a/res/layout/nfc_payment_option.xml +++ b/res/layout/nfc_payment_option.xml @@ -21,7 +21,7 @@ android:focusable="true" android:clickable="false" android:orientation="horizontal" - android:paddingLeft="24dip" + android:paddingStart="24dip" android:minHeight="?android:attr/listPreferredItemHeight" android:background="?android:attr/selectableItemBackground">