File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2323 android : layout_height =" match_parent"
2424 android : layout_width =" wrap_content"
2525 android : paddingLeft =" @dimen/status_bar_recents_item_padding"
26- android : paddingRight =" @dimen/status_bar_recents_item_padding" >
26+ android : paddingRight =" @dimen/status_bar_recents_item_padding"
27+ android : importantForAccessibility =" no" >
2728
2829 <RelativeLayout android : id =" @+id/recent_item"
2930 android : layout_gravity =" center_vertical"
7576 android : singleLine =" true"
7677 android : ellipsize =" marquee"
7778 android : textColor =" @color/status_bar_recents_app_label_color"
79+ android : importantForAccessibility =" no"
7880 />
7981
8082 <TextView android : id =" @+id/app_description"
Original file line number Diff line number Diff line change 4141 android : fadingEdge =" horizontal"
4242 android : scrollbars =" none"
4343 android : layout_gravity =" right"
44- android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length" >
44+ android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length"
45+ android : importantForAccessibility =" no" >
4546
4647 <LinearLayout android : id =" @+id/recents_linear_layout"
4748 android : layout_width =" wrap_content"
Original file line number Diff line number Diff line change 2323 android : layout_height =" wrap_content"
2424 android : layout_width =" match_parent"
2525 android : paddingTop =" @dimen/status_bar_recents_item_padding"
26- android : paddingBottom =" @dimen/status_bar_recents_item_padding" >
26+ android : paddingBottom =" @dimen/status_bar_recents_item_padding"
27+ android : importantForAccessibility =" no" >
2728
2829 <RelativeLayout android : id =" @+id/recent_item"
2930 android : layout_gravity =" center_horizontal"
4445 android : singleLine =" true"
4546 android : ellipsize =" marquee"
4647 android : textColor =" @color/status_bar_recents_app_label_color"
48+ android : importantForAccessibility =" no"
4749 />
4850 <FrameLayout android : id =" @+id/app_thumbnail"
4951 android : layout_width =" wrap_content"
Original file line number Diff line number Diff line change 4545 android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length"
4646 android : layout_gravity =" bottom|left"
4747 android : clipToPadding =" false"
48- android : clipChildren =" false" >
48+ android : clipChildren =" false"
49+ android : importantForAccessibility =" no" >
4950
5051 <LinearLayout android : id =" @+id/recents_linear_layout"
5152 android : layout_width =" match_parent"
Original file line number Diff line number Diff line change 3737 android : singleLine =" true"
3838 android : ellipsize =" marquee"
3939 android : textColor =" @color/status_bar_recents_app_label_color"
40+ android : importantForAccessibility =" no"
4041 />
4142
4243 <FrameLayout android : id =" @+id/app_thumbnail"
Original file line number Diff line number Diff line change 4949 android : fadingEdgeLength =" 20dip"
5050 android : layout_gravity =" bottom|left"
5151 android : clipToPadding =" false"
52- android : clipChildren =" false" >
52+ android : clipChildren =" false"
53+ android : importantForAccessibility =" no" >
5354
5455 <LinearLayout android : id =" @+id/recents_linear_layout"
5556 android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments