Skip to content

Commit 60a8351

Browse files
committed
Fix notifications dismiss button.
The handle (which is now being drawn by the window and not by itself) was floating over it. Bug: 7267529 Change-Id: Ia8902f64ac81616c640bc42400272933063852f4
1 parent b35000f commit 60a8351

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/SystemUI/res/layout/status_bar_expanded.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
android:layout_marginLeft="@dimen/notification_panel_margin_left"
3030
>
3131

32+
<View
33+
android:id="@+id/handle"
34+
android:layout_width="match_parent"
35+
android:layout_height="@dimen/close_handle_height"
36+
/>
37+
3238
<include
3339
layout="@layout/carrier_label"
3440
android:layout_height="@dimen/carrier_label_height"
@@ -75,10 +81,4 @@
7581
/>
7682
</ScrollView>
7783
</LinearLayout>
78-
79-
<View
80-
android:id="@+id/handle"
81-
android:layout_width="match_parent"
82-
android:layout_height="@dimen/close_handle_height"
83-
/>
8484
</com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel -->

0 commit comments

Comments
 (0)