Skip to content

Commit 03de511

Browse files
Romain GuyJean-Baptiste Queru
authored andcommitted
Fix graphics glitch and layouts in recents on 10" display
Change-Id: I7fa58a84d4e899ea995aa680ee550b5ddb30b6a6
1 parent ed1b6f4 commit 03de511

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

packages/SystemUI/res/layout-land/status_bar_recent_panel.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,16 @@
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>

0 commit comments

Comments
 (0)