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

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

Issue 15057004: Week picker for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed min/max bug Created 7 years, 6 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/month_picker.xml b/content/public/android/java/res/layout/two_field_date_picker.xml
similarity index 95%
rename from content/public/android/java/res/layout/month_picker.xml
rename to content/public/android/java/res/layout/two_field_date_picker.xml
index 41927ce4050444c441128191a6824669ea23f109..1ff0b83462561fcec4d5ede38b68f12d084dd559 100644
--- a/content/public/android/java/res/layout/month_picker.xml
+++ b/content/public/android/java/res/layout/two_field_date_picker.xml
@@ -19,9 +19,9 @@
android:orientation="horizontal"
android:gravity="center">
- <!-- Month -->
+ <!-- Position in year -->
<NumberPicker
- android:id="@+id/month"
+ android:id="@+id/position_in_year"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dip"

Powered by Google App Engine
This is Rietveld 408576698