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

Unified Diff: chrome/android/java/res/layout/autofill_menu_item.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_menu_item.xml
diff --git a/chrome/android/java/res/layout/autofill_menu_item.xml b/chrome/android/java/res/layout/autofill_menu_item.xml
index 0e1f169a1589ef5433f28ff2398c4182486e5a43..6f860872e03f7a1b7c21052a4a765bba330a87a2 100644
--- a/chrome/android/java/res/layout/autofill_menu_item.xml
+++ b/chrome/android/java/res/layout/autofill_menu_item.xml
@@ -27,7 +27,7 @@
android:id="@+id/cc_icon"
android:layout_width="@dimen/autofill_menu_icon_width"
android:layout_height="@dimen/autofill_menu_icon_height"
- android:layout_marginLeft="5dp"/>
+ android:layout_marginStart="5dp"/>
<TextView
android:id="@+id/adapter_item_line_1"
android:layout_width="wrap_content"
@@ -37,7 +37,7 @@
android:ellipsize="end"
android:singleLine="true"
android:scrollHorizontally="true"
- android:layout_marginLeft="5dp"/>
+ android:layout_marginStart="5dp"/>
</LinearLayout>
<TextView
android:id="@+id/adapter_item_line_2"
@@ -47,13 +47,13 @@
android:ellipsize="end"
android:singleLine="true"
android:scrollHorizontally="true"
- android:layout_marginLeft="5dp"/>
+ android:layout_marginStart="5dp"/>
</LinearLayout>
<Button
android:id="@+id/adapter_item_edit_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
+ android:layout_marginStart="5dp"
android:textSize="12sp"
android:textStyle="bold"
android:focusable="false"
« no previous file with comments | « chrome/android/java/res/layout/autofill_general_layout.xml ('k') | chrome/android/java/res/layout/autofill_text.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698