summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-06-13 10:28:28 -0400
committerDaniel Sandler <dsandler@google.com>2011-06-13 10:28:28 -0400
commit08d08f667ec0a63d076f356ea53e32dadcfb41a0 (patch)
treed3165889f9bf0c02bbb013c400c29ffc0e4f86d5
parentd42497e516521891a9d6ffa0daab75ef016725f5 (diff)
downloadframeworks_base-08d08f667ec0a63d076f356ea53e32dadcfb41a0.zip
frameworks_base-08d08f667ec0a63d076f356ea53e32dadcfb41a0.tar.gz
frameworks_base-08d08f667ec0a63d076f356ea53e32dadcfb41a0.tar.bz2
Use the new animated notification layout on tablets.
(See change Ib46b2d3e.) Change-Id: I46635ed97596bf1ebe65cd29ef80f3b189102d8a
-rw-r--r--packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
index ef57228..72519fb 100644
--- a/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
+++ b/packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml
@@ -57,15 +57,15 @@
android:layout_width="match_parent"
android:layout_weight="1"
>
- <LinearLayout
+ <com.android.systemui.statusbar.policy.NotificationRowLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal|bottom"
- android:orientation="vertical"
android:clickable="true"
android:focusable="true"
android:descendantFocusability="afterDescendants"
+ systemui:rowHeight="@dimen/notification_height"
/>
</ScrollView>
</LinearLayout>