summaryrefslogtreecommitdiffstats
path: root/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml')
-rw-r--r--chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml b/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml
index fffe6b6..cd9fac9 100644
--- a/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml
+++ b/chromium/overlay/frameworks/base/core/res/res/layout/webviewchromium_two_field_date_picker.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+<!-- Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
@@ -19,13 +19,13 @@
android:orientation="horizontal"
android:gravity="center">
- <!-- Month -->
+ <!-- Position in year -->
<NumberPicker
android:id="@+id/webviewchromium_position_in_year"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
android:focusable="true"
android:focusableInTouchMode="true"
android:contentDescription="@string/webviewchromium_accessibility_date_picker_month"
@@ -36,8 +36,8 @@
android:id="@+id/webviewchromium_year"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginLeft="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
android:focusable="true"
android:focusableInTouchMode="true"
android:contentDescription="@string/webviewchromium_accessibility_date_picker_year"