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

Unified Diff: content/public/android/java/res/layout/two_field_date_picker.xml

Issue 23648004: Clean up Android layouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: content/public/android/java/res/layout/two_field_date_picker.xml
diff --git a/content/public/android/java/res/layout/two_field_date_picker.xml b/content/public/android/java/res/layout/two_field_date_picker.xml
index 030fccedb9fa67e39acd934a766d24d1ffdf1270..0660251aae3a63ae90f05232ce6932df12fb26d5 100644
--- a/content/public/android/java/res/layout/two_field_date_picker.xml
+++ b/content/public/android/java/res/layout/two_field_date_picker.xml
@@ -24,8 +24,8 @@
android:id="@+id/position_in_year"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="16dip"
- android:layout_marginEnd="16dip"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
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_marginStart="16dip"
- android:layout_marginEnd="16dip"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
android:focusable="true"
android:focusableInTouchMode="true"
android:contentDescription="@string/accessibility_date_picker_year"

Powered by Google App Engine
This is Rietveld 408576698