diff options
author | Winson Chung <winsonc@google.com> | 2014-05-29 18:30:51 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-05-30 11:44:27 -0700 |
commit | cd23c849afefe58b213d5abb1c581f15d3ad543a (patch) | |
tree | 174bc86e5221c7c11991b93f904ff62dd62ed82d /packages/SystemUI/res/values-land | |
parent | 069707ed6fd1399ca90c57741960884773d3cc69 (diff) | |
download | frameworks_base-cd23c849afefe58b213d5abb1c581f15d3ad543a.zip frameworks_base-cd23c849afefe58b213d5abb1c581f15d3ad543a.tar.gz frameworks_base-cd23c849afefe58b213d5abb1c581f15d3ad543a.tar.bz2 |
Updating paddings to design spec.
Change-Id: I11286937216494304c38c87280bc69ef9522c596
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/dimens.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-land/dimens.xml b/packages/SystemUI/res/values-land/dimens.xml index 39ce0a2..42c4392 100644 --- a/packages/SystemUI/res/values-land/dimens.xml +++ b/packages/SystemUI/res/values-land/dimens.xml @@ -38,6 +38,9 @@ <dimen name="status_bar_recents_app_icon_left_margin">8dp</dimen> <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> + <!-- Width of the zen mode interstitial dialog. --> <dimen name="zen_mode_dialog_width">384dp</dimen> </resources> |