File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
packages/SystemUI/res/layout-land Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 3636 android : clipChildren =" false" >
3737
3838 <com .android.systemui.recent.RecentsHorizontalScrollView android : id =" @+id/recents_container"
39- android : layout_width =" wrap_content "
39+ android : layout_width =" match_parent "
4040 android : layout_height =" match_parent"
41- android : layout_marginRight =" @dimen/status_bar_recents_right_glow_margin"
42- android : divider =" @null"
43- android : stackFromBottom =" true"
4441 android : fadingEdge =" horizontal"
4542 android : scrollbars =" none"
46- android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length"
47- android : layout_gravity =" bottom|right"
48- android : orientation =" horizontal"
49- android : clipToPadding =" false"
50- android : clipChildren =" false" >
43+ android : fadingEdgeLength =" @dimen/status_bar_recents_scroll_fading_edge_length" >
5144
5245 <LinearLayout android : id =" @+id/recents_linear_layout"
5346 android : layout_width =" wrap_content"
5447 android : layout_height =" match_parent"
55- android : orientation =" horizontal"
56- android : clipToPadding =" false"
57- android : clipChildren =" false" >
48+ android : orientation =" horizontal" >
5849 </LinearLayout >
5950
6051 </com .android.systemui.recent.RecentsHorizontalScrollView>
You can’t perform that action at this time.
0 commit comments