File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
lib/java/com/google/android/material/datepicker/res Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 38
38
android : layout_weight =" 1"
39
39
android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
40
40
android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
41
- android : focusable =" true"
42
- android : focusableInTouchMode =" true" >
41
+ android : importantForAccessibility =" yes"
42
+ android : focusable =" false"
43
+ android : focusableInTouchMode =" false" >
43
44
44
45
<include layout =" @layout/mtrl_picker_header_title_text" />
45
46
<include layout =" @layout/mtrl_picker_header_selection_text" />
Original file line number Diff line number Diff line change 37
37
android : layout_weight =" 1"
38
38
android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
39
39
android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
40
- android : focusable =" true"
41
- android : focusableInTouchMode =" true" >
40
+ android : importantForAccessibility =" yes"
41
+ android : focusable =" false"
42
+ android : focusableInTouchMode =" false" >
42
43
43
44
<include layout =" @layout/mtrl_picker_header_title_text" />
44
45
<include layout =" @layout/mtrl_picker_header_selection_text" />
Original file line number Diff line number Diff line change 54
54
android : layout_weight =" 1"
55
55
android : paddingStart =" @dimen/mtrl_calendar_header_text_padding"
56
56
android : paddingLeft =" @dimen/mtrl_calendar_header_text_padding"
57
- android : focusable =" true"
58
- android : focusableInTouchMode =" true" >
57
+ android : importantForAccessibility =" yes"
58
+ android : focusable =" false"
59
+ android : focusableInTouchMode =" false" >
59
60
60
61
<TextView
61
62
android : id =" @+id/mtrl_picker_title_text"
You can’t perform that action at this time.
0 commit comments