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

Unified Diff: chrome/android/java/res/layout/autofill_text.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_text.xml
diff --git a/chrome/android/java/res/layout/autofill_text.xml b/chrome/android/java/res/layout/autofill_text.xml
index 967f4b8432c2f4eb9efaa17d073945a1585a08be..08aede0fdd9831e96e4ce4006480b88e52d10310 100644
--- a/chrome/android/java/res/layout/autofill_text.xml
+++ b/chrome/android/java/res/layout/autofill_text.xml
@@ -11,7 +11,7 @@
android:background="#FFF"
android:orientation="horizontal">
<TextView android:id="@+id/autofill_label"
- android:layout_alignParentRight="true"
+ android:layout_alignParentEnd="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:padding="5dp"
@@ -20,7 +20,7 @@
android:ellipsize="end"
android:singleLine="true"/>
<TextView android:id="@+id/autofill_name"
- android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:padding="5dp"
« no previous file with comments | « chrome/android/java/res/layout/autofill_menu_item.xml ('k') | chrome/android/java/res/layout/js_modal_dialog.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698