diff options
author | Daniel Sandler <dsandler@google.com> | 2011-06-13 07:30:48 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-13 07:30:48 -0700 |
commit | 622d5441975fa16636d3304d42d27659af14cb49 (patch) | |
tree | 468d1957d88ad0654b050c2c67ddb6ffcdd7b0ce | |
parent | e0b4fe59f7e16451f4b957b7cb10ab650fbbe574 (diff) | |
parent | 08d08f667ec0a63d076f356ea53e32dadcfb41a0 (diff) | |
download | frameworks_base-622d5441975fa16636d3304d42d27659af14cb49.zip frameworks_base-622d5441975fa16636d3304d42d27659af14cb49.tar.gz frameworks_base-622d5441975fa16636d3304d42d27659af14cb49.tar.bz2 |
Merge "Use the new animated notification layout on tablets."
-rw-r--r-- | packages/SystemUI/res/layout-sw600dp/status_bar_notification_panel.xml | 4 |
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> |