Skip to content

Commit 6aa06b9

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Fix notifications dismiss button." into jb-mr1-dev
2 parents 57e6203 + 60a8351 commit 6aa06b9

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)