Merge "Fix notifications dismiss button." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6aa06b969f
@@ -29,6 +29,12 @@
|
|||||||
android:layout_marginLeft="@dimen/notification_panel_margin_left"
|
android:layout_marginLeft="@dimen/notification_panel_margin_left"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:id="@+id/handle"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="@dimen/close_handle_height"
|
||||||
|
/>
|
||||||
|
|
||||||
<include
|
<include
|
||||||
layout="@layout/carrier_label"
|
layout="@layout/carrier_label"
|
||||||
android:layout_height="@dimen/carrier_label_height"
|
android:layout_height="@dimen/carrier_label_height"
|
||||||
@@ -75,10 +81,4 @@
|
|||||||
/>
|
/>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<View
|
|
||||||
android:id="@+id/handle"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="@dimen/close_handle_height"
|
|
||||||
/>
|
|
||||||
</com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel -->
|
</com.android.systemui.statusbar.phone.NotificationPanelView><!-- end of sliding panel -->
|
||||||
|
|||||||
Reference in New Issue
Block a user