Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2126)

Unified Diff: chrome/android/java/res/layout/autofill_general_layout.xml

Issue 14752024: [Android] [RTL] Convert Left/Right attributes to Start/End attributes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/layout/autofill_general_layout.xml
diff --git a/chrome/android/java/res/layout/autofill_general_layout.xml b/chrome/android/java/res/layout/autofill_general_layout.xml
index 3bacf5e361b9523626438be34d3c4c9b47be71e9..32fb16153c221795d9b2499733f628df3da72562 100644
--- a/chrome/android/java/res/layout/autofill_general_layout.xml
+++ b/chrome/android/java/res/layout/autofill_general_layout.xml
@@ -24,7 +24,7 @@
<TextView
android:id="@+id/cc_billing_label"
android:layout_columnSpan="2"
- android:layout_marginLeft="@dimen/autofill_steady_margin"
+ android:layout_marginStart="@dimen/autofill_steady_margin"
android:textSize="@dimen/autofill_steady_text_size"
android:textStyle="bold"/>
<Space
@@ -40,7 +40,7 @@
<TextView
android:id="@+id/cc_label"
android:layout_columnSpan="2"
- android:layout_marginLeft="@dimen/autofill_steady_margin"
+ android:layout_marginStart="@dimen/autofill_steady_margin"
android:textSize="@dimen/autofill_steady_text_size"
android:textStyle="bold"/>
<Space
@@ -56,7 +56,7 @@
<TextView
android:id="@+id/billing_label"
android:layout_columnSpan="2"
- android:layout_marginLeft="@dimen/autofill_steady_margin"
+ android:layout_marginStart="@dimen/autofill_steady_margin"
android:textSize="@dimen/autofill_steady_text_size"
android:textStyle="bold"/>
<Space
@@ -73,7 +73,7 @@
<TextView
android:id="@+id/shipping_label"
android:layout_columnSpan="2"
- android:layout_marginLeft="@dimen/autofill_steady_margin"
+ android:layout_marginStart="@dimen/autofill_steady_margin"
android:textSize="@dimen/autofill_steady_text_size"
android:textStyle="bold"/>
<Space
@@ -89,7 +89,7 @@
<TextView
android:id="@+id/email_label"
android:layout_columnSpan="2"
- android:layout_marginLeft="@dimen/autofill_steady_margin"
+ android:layout_marginStart="@dimen/autofill_steady_margin"
android:textSize="@dimen/autofill_steady_text_size"
android:textStyle="bold"/>
<Space
@@ -123,7 +123,7 @@
android:id="@+id/terms_info"
android:layout_columnSpan="4"
android:background="?android:attr/selectableItemBackground"
- android:gravity="left"
+ android:gravity="start"
android:padding="10dp"
android:text="@string/autofill_terms_of_service"
android:textSize="@dimen/autofill_notification_text_size"

Powered by Google App Engine
This is Rietveld 408576698