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

Unified Diff: content/public/android/java/res/layout/month_picker.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
« no previous file with comments | « chrome/android/java/res/layout/website_settings.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/res/layout/month_picker.xml
diff --git a/content/public/android/java/res/layout/month_picker.xml b/content/public/android/java/res/layout/month_picker.xml
index 92f06298abc0a47f1dfb30b7b3220969951a8bad..41927ce4050444c441128191a6824669ea23f109 100644
--- a/content/public/android/java/res/layout/month_picker.xml
+++ b/content/public/android/java/res/layout/month_picker.xml
@@ -24,8 +24,8 @@
android:id="@+id/month"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginStart="16dip"
+ android:layout_marginEnd="16dip"
android:focusable="true"
android:focusableInTouchMode="true"
android:contentDescription="@string/accessibility_date_picker_month"
@@ -36,8 +36,8 @@
android:id="@+id/year"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginStart="16dip"
+ android:layout_marginEnd="16dip"
android:focusable="true"
android:focusableInTouchMode="true"
android:contentDescription="@string/accessibility_date_picker_year"
« no previous file with comments | « chrome/android/java/res/layout/website_settings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698