diff options
Diffstat (limited to 'packages/SystemUI/res/values-xhdpi/dimens.xml')
| -rw-r--r-- | packages/SystemUI/res/values-xhdpi/dimens.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-xhdpi/dimens.xml b/packages/SystemUI/res/values-xhdpi/dimens.xml index aa75c20..303841a 100644 --- a/packages/SystemUI/res/values-xhdpi/dimens.xml +++ b/packages/SystemUI/res/values-xhdpi/dimens.xml @@ -19,9 +19,9 @@ <!-- thickness (height) of each notification row, including any separators or padding --> <!-- note: this is the same value as in values/dimens.xml; the value is overridden in values-hdpi/dimens.xml and so we need to re-assert the general value here --> - <dimen name="notification_height">65dp</dimen> + <dimen name="notification_height">68dp</dimen> <!-- thickness (height) of dividers between each notification row --> <!-- same as in values/dimens.xml; see note at notification_height --> - <dimen name="notification_divider_height">1dp</dimen> + <dimen name="notification_divider_height">2dp</dimen> </resources> |
