diff options
author | Winson Chung <winsonc@google.com> | 2014-09-08 23:05:37 +0200 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-09-12 13:56:32 +0000 |
commit | 6074c5c15117bb17defb90bdb9fe247d0df47c70 (patch) | |
tree | a50cb18eb4fa391a4254e84b6ac5474456343575 /packages/SystemUI/res/values-land | |
parent | 91db5ea149818b765c8a01e13ccfbb1e3e1109df (diff) | |
download | frameworks_base-6074c5c15117bb17defb90bdb9fe247d0df47c70.zip frameworks_base-6074c5c15117bb17defb90bdb9fe247d0df47c70.tar.gz frameworks_base-6074c5c15117bb17defb90bdb9fe247d0df47c70.tar.bz2 |
Fixing issue with stack not being fully centered. (Bug 17015153)
Change-Id: Id9d0d77d03ff0291fccb717d81754c239d8442b4
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-land/dimens.xml b/packages/SystemUI/res/values-land/dimens.xml index 9b772bd..a9e7735 100644 --- a/packages/SystemUI/res/values-land/dimens.xml +++ b/packages/SystemUI/res/values-land/dimens.xml @@ -39,7 +39,7 @@ <dimen name="status_bar_recents_app_icon_top_margin">8dp</dimen> <!-- 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> + <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.26</item> <!-- Standard notification width + gravity --> <dimen name="notification_panel_width">@dimen/standard_notification_panel_width</dimen> |