We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e6203 + 60a8351 commit 6aa06b9Copy full SHA for 6aa06b9
packages/SystemUI/res/layout/status_bar_expanded.xml
@@ -29,6 +29,12 @@
29
android:layout_marginLeft="@dimen/notification_panel_margin_left"
30
>
31
32
+ <View
33
+ android:id="@+id/handle"
34
+ android:layout_width="match_parent"
35
+ android:layout_height="@dimen/close_handle_height"
36
+ />
37
+
38
<include
39
layout="@layout/carrier_label"
40
android:layout_height="@dimen/carrier_label_height"
@@ -75,10 +81,4 @@
75
81
/>
76
82
</ScrollView>
77
83
</LinearLayout>
78
-
79
- <View
80
- android:id="@+id/handle"
- android:layout_width="match_parent"
- android:layout_height="@dimen/close_handle_height"
- />
84
</com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel -->
0 commit comments