diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-06-14 22:43:12 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-06-14 22:43:12 +0200 |
commit | 220bf5cf9a6de83f1aecdcd62c56739b2f16a91f (patch) | |
tree | 0f14e6e1de80fba8c858d1347e632bd578c1f718 /packages/SystemUI/res/values-sw600dp-land | |
parent | ea384193d9b1ee9307d1e595fe8e00b8c53516c5 (diff) | |
download | frameworks_base-220bf5cf9a6de83f1aecdcd62c56739b2f16a91f.zip frameworks_base-220bf5cf9a6de83f1aecdcd62c56739b2f16a91f.tar.gz frameworks_base-220bf5cf9a6de83f1aecdcd62c56739b2f16a91f.tar.bz2 |
Bigger clock.
Also fixes a bug where notifications would be wrongly padded
on Keyguard after rotating the screen.
Bug: 15244051
Change-Id: I2418692c3d2ffdd5fe642361f2924629bf9a75eb
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp-land')
-rw-r--r-- | packages/SystemUI/res/values-sw600dp-land/config.xml | 21 | ||||
-rw-r--r-- | packages/SystemUI/res/values-sw600dp-land/dimens.xml | 5 |
2 files changed, 25 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-sw600dp-land/config.xml b/packages/SystemUI/res/values-sw600dp-land/config.xml new file mode 100644 index 0000000..f9b01c8 --- /dev/null +++ b/packages/SystemUI/res/values-sw600dp-land/config.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2014 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> +<resources> + <!-- The maximum count of notifications on Keyguard. The rest will be collapsed in an overflow + card. --> + <integer name="keyguard_max_notification_count">3</integer> +</resources> diff --git a/packages/SystemUI/res/values-sw600dp-land/dimens.xml b/packages/SystemUI/res/values-sw600dp-land/dimens.xml index 326f602..5367fbc 100644 --- a/packages/SystemUI/res/values-sw600dp-land/dimens.xml +++ b/packages/SystemUI/res/values-sw600dp-land/dimens.xml @@ -23,5 +23,8 @@ <item name="recents_stack_width_padding_percentage" format="float" type="dimen">0.25</item> <fraction name="keyguard_clock_y_fraction_max">37%</fraction> - <fraction name="keyguard_clock_y_fraction_min">14%</fraction> + <fraction name="keyguard_clock_y_fraction_min">20%</fraction> + + <dimen name="keyguard_clock_notifications_margin_min">36dp</dimen> + <dimen name="keyguard_clock_notifications_margin_max">36dp</dimen> </resources> |