diff options
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp/dimens.xml')
-rw-r--r-- | packages/SystemUI/res/values-sw600dp/dimens.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/dimens.xml b/packages/SystemUI/res/values-sw600dp/dimens.xml index 50a61b1..2cb99ff 100644 --- a/packages/SystemUI/res/values-sw600dp/dimens.xml +++ b/packages/SystemUI/res/values-sw600dp/dimens.xml @@ -16,8 +16,8 @@ */ --> <resources> - <!-- The width of the notification panel window --> - <dimen name="notification_panel_width">446dp</dimen> + <!-- The width of the notification panel window: 446 + 16 + 16 (padding in the bg drawable) --> + <dimen name="notification_panel_width">478dp</dimen> <!-- Layout parameters for the notification panel --> <dimen name="notification_panel_margin_bottom">192dp</dimen> @@ -36,4 +36,10 @@ <!-- Height of search panel including navigation bar height --> <dimen name="navbar_search_panel_height">300dip</dimen> + <!-- Extra space above the clock in the panel; on this device, zero --> + <dimen name="notification_panel_header_padding_top">0dp</dimen> + + <!-- Size of application thumbnail --> + <dimen name="status_bar_recents_thumbnail_width">200dp</dimen> + <dimen name="status_bar_recents_thumbnail_height">177dp</dimen> </resources> |