1717
1818<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
1919 android : id =" @+id/day_picker_selected_date_layout"
20- android : layout_width =" @dimen/date_picker_component_width "
21- android : layout_height =" 0dip "
20+ android : layout_width =" match_parent "
21+ android : layout_height =" wrap_content "
2222 android : layout_weight =" 1"
2323 android : background =" @color/white"
2424 android : gravity =" center"
25+ android : padding =" 8dp"
2526 android : orientation =" vertical" >
2627
2728 <com .android.datetimepicker.AccessibleLinearLayout
4142 android : gravity =" center_horizontal|bottom"
4243 android : includeFontPadding =" false"
4344 android : textColor =" ?hightlightedTextColor"
44- android : textSize =" @dimen/selected_date_month_size " />
45+ android : textSize =" ?selectedMonthTextSize " />
4546
4647 <TextView
4748 android : id =" @+id/date_picker_day"
4849 android : layout_width =" match_parent"
4950 android : layout_height =" wrap_content"
5051 android : layout_gravity =" center"
51- android : layout_marginBottom =" -10dip"
52- android : layout_marginTop =" -10dip"
5352 android : duplicateParentState =" true"
5453 android : gravity =" center"
5554 android : includeFontPadding =" false"
5655 android : textColor =" ?hightlightedTextColor"
57- android : textSize =" @dimen/selected_date_day_size " />
56+ android : textSize =" ?selectedDayTextSize " />
5857 </com .android.datetimepicker.AccessibleLinearLayout>
5958
6059 <com .android.datetimepicker.AccessibleTextView
6564 android : gravity =" center_horizontal|top"
6665 android : includeFontPadding =" false"
6766 android : textColor =" ?hightlightedTextColor"
68- android : textSize =" @dimen/selected_date_year_size " />
67+ android : textSize =" ?selectedYearTextSize " />
6968
7069</LinearLayout >
0 commit comments