File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
lib/java/com/google/android/material/datepicker/res Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3737 android : layout_height =" 0dp"
3838 android : layout_weight =" 1"
3939 android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
40- android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding" >
40+ android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
41+ android : focusable =" true"
42+ android : focusableInTouchMode =" true" >
4143
4244 <include layout =" @layout/mtrl_picker_header_title_text" />
4345 <include layout =" @layout/mtrl_picker_header_selection_text" />
Original file line number Diff line number Diff line change 3838 android : layout_height =" match_parent"
3939 android : layout_weight =" 1"
4040 android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
41- android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding" >
41+ android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
42+ android : focusable =" true"
43+ android : focusableInTouchMode =" true" >
4244
4345 <include layout =" @layout/mtrl_picker_header_title_text" />
4446 <include layout =" @layout/mtrl_picker_header_selection_text" />
Original file line number Diff line number Diff line change 5353 android : layout_height =" match_parent"
5454 android : layout_weight =" 1"
5555 android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
56- android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding" >
56+ android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
57+ android : focusable =" true"
58+ android : focusableInTouchMode =" true" >
5759
5860 <TextView
5961 android : id =" @+id/mtrl_picker_title_text"
You can’t perform that action at this time.
0 commit comments