Index: content/public/android/java/res/layout/week_picker.xml |
diff --git a/content/public/android/java/res/layout/month_picker.xml b/content/public/android/java/res/layout/week_picker.xml |
similarity index 85% |
copy from content/public/android/java/res/layout/month_picker.xml |
copy to content/public/android/java/res/layout/week_picker.xml |
index 41927ce4050444c441128191a6824669ea23f109..508c2311ee307542cf28babcefbff0165abbd5ef 100644 |
--- a/content/public/android/java/res/layout/month_picker.xml |
+++ b/content/public/android/java/res/layout/week_picker.xml |
@@ -21,14 +21,14 @@ |
<!-- Month --> |
<NumberPicker |
- android:id="@+id/month" |
+ android:id="@+id/week" |
Miguel Garcia
2013/06/11 13:02:52
I don't think you need a new xml template for week
keishi
2013/06/12 13:23:07
Done.
|
android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
- android:layout_marginStart="16dip" |
- android:layout_marginEnd="16dip" |
+ android:layout_marginLeft="16dip" |
+ android:layout_marginRight="16dip" |
android:focusable="true" |
android:focusableInTouchMode="true" |
- android:contentDescription="@string/accessibility_date_picker_month" |
+ android:contentDescription="@string/accessibility_date_picker_week" |
/> |
<!-- Year --> |
@@ -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_marginLeft="16dip" |
+ android:layout_marginRight="16dip" |
android:focusable="true" |
android:focusableInTouchMode="true" |
android:contentDescription="@string/accessibility_date_picker_year" |