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

Unified Diff: chrome/android/java/res/layout/autofill_editing_layout_credit_card.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_editing_layout_credit_card.xml
diff --git a/chrome/android/java/res/layout/autofill_editing_layout_credit_card.xml b/chrome/android/java/res/layout/autofill_editing_layout_credit_card.xml
index 4255d6c024e025d55f7205e89cb0de44479c0929..eb16b11dc7bb39ddd2cf34c658acdff351487e30 100644
--- a/chrome/android/java/res/layout/autofill_editing_layout_credit_card.xml
+++ b/chrome/android/java/res/layout/autofill_editing_layout_credit_card.xml
@@ -42,7 +42,7 @@
android:layout_margin="@dimen/autofill_edit_margin"
android:drawablePadding="@dimen/autofill_menu_item_padding"
android:textSize="@dimen/autofill_edit_text_size"
- android:layout_gravity="right"/>
+ android:layout_gravity="end"/>
<EditText
android:layout_height="@dimen/autofill_edit_height"
android:id="@+id/cardholder_name"
« no previous file with comments | « chrome/android/java/res/layout/autofill_dialog_title.xml ('k') | chrome/android/java/res/layout/autofill_general_layout.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698