diff options
Diffstat (limited to 'packages/SystemUI/res/values-land/dimens.xml')
-rw-r--r-- | packages/SystemUI/res/values-land/dimens.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-land/dimens.xml b/packages/SystemUI/res/values-land/dimens.xml index 42c4392..9b772bd 100644 --- a/packages/SystemUI/res/values-land/dimens.xml +++ b/packages/SystemUI/res/values-land/dimens.xml @@ -41,6 +41,7 @@ <!-- The side padding for the task stack as a percentage of the width. --> <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.2229</item> - <!-- Width of the zen mode interstitial dialog. --> - <dimen name="zen_mode_dialog_width">384dp</dimen> + <!-- Standard notification width + gravity --> + <dimen name="notification_panel_width">@dimen/standard_notification_panel_width</dimen> + <integer name="notification_panel_layout_gravity">@integer/standard_notification_panel_layout_gravity</integer> </resources> |