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

Unified Diff: chrome/android/java/res/layout/js_modal_dialog.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/js_modal_dialog.xml
diff --git a/chrome/android/java/res/layout/js_modal_dialog.xml b/chrome/android/java/res/layout/js_modal_dialog.xml
index f852fb1db0e8da4aa5bc6fe222ceab1ad2406314..6ef12bd91552643cea414f7d991e91d93f74d66b 100644
--- a/chrome/android/java/res/layout/js_modal_dialog.xml
+++ b/chrome/android/java/res/layout/js_modal_dialog.xml
@@ -35,7 +35,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/suppress_js_modal_dialogs"
- android:layout_gravity="left"
+ android:layout_gravity="start"
/>
</LinearLayout>
« no previous file with comments | « chrome/android/java/res/layout/autofill_text.xml ('k') | chrome/android/java/res/layout/website_settings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698