From 66757217a6d8e6a156d15be55bf77940e2e6194b Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Mon, 14 May 2012 10:05:42 -0400 Subject: Create separate dimensions for the notificaitons and notification rows. Use notification heights on layouts internal to the notificaitons. Use row heights where padding needs to be protected, on row layout decisions. Clean up values-xhdpi/dimens.xml since there is no longer a values-hdpi/dimens.xml. Bug: 6475098 Bug: 6489095 Change-Id: I44750574c6e23336585a432a38c5f1ba183b6cbc --- packages/SystemUI/res/layout/status_bar_expanded.xml | 4 ++-- packages/SystemUI/res/layout/system_bar_notification_panel.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/SystemUI/res/layout') diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml index bc144bb..4cff67b 100644 --- a/packages/SystemUI/res/layout/status_bar_expanded.xml +++ b/packages/SystemUI/res/layout/status_bar_expanded.xml @@ -48,7 +48,7 @@ android:id="@+id/latestItems" android:layout_width="match_parent" android:layout_height="wrap_content" - systemui:rowHeight="@dimen/notification_height" + systemui:rowHeight="@dimen/notification_row_min_height" /> @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/packages/SystemUI/res/layout/system_bar_notification_panel.xml b/packages/SystemUI/res/layout/system_bar_notification_panel.xml index 42af147..5579505 100644 --- a/packages/SystemUI/res/layout/system_bar_notification_panel.xml +++ b/packages/SystemUI/res/layout/system_bar_notification_panel.xml @@ -77,7 +77,7 @@ android:clickable="true" android:focusable="true" android:descendantFocusability="afterDescendants" - systemui:rowHeight="@dimen/notification_height" + systemui:rowHeight="@dimen/notification_row_min_height" /> -- cgit v1.1