am 6aa06b96: Merge "Fix notifications dismiss button." into jb-mr1-dev

* commit '6aa06b969f92a93c1c4c7ce883d6746824a198fc':
  Fix notifications dismiss button.
This commit is contained in:
Daniel Sandler
2012-10-02 10:53:06 -07:00
committed by Android Git Automerger

View File

@@ -29,6 +29,12 @@
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
layout="@layout/carrier_label"
android:layout_height="@dimen/carrier_label_height"
@@ -75,10 +81,4 @@
/>
</ScrollView>
</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 -->