diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-08-13 18:27:47 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-08-14 19:16:33 +0000 |
commit | d7c1fae12ef0b31c225ef130e6b06445b5af53a9 (patch) | |
tree | 2ef2c01fe52c5aea419e4548fd028a07dd00a8fd /packages/SystemUI/res/values-h560dp-xxhdpi | |
parent | 0f623eb8340d43d6bfa0299c87556712c79e6936 (diff) | |
download | frameworks_base-d7c1fae12ef0b31c225ef130e6b06445b5af53a9.zip frameworks_base-d7c1fae12ef0b31c225ef130e6b06445b5af53a9.tar.gz frameworks_base-d7c1fae12ef0b31c225ef130e6b06445b5af53a9.tar.bz2 |
Don't scale notifications on Keyguard for devices < xxhdpi
Bug: 16824061
Change-Id: Iccccebcd17357764aef325df0cd220508fcf7403
Diffstat (limited to 'packages/SystemUI/res/values-h560dp-xxhdpi')
-rw-r--r-- | packages/SystemUI/res/values-h560dp-xxhdpi/config.xml | 22 | ||||
-rw-r--r-- | packages/SystemUI/res/values-h560dp-xxhdpi/dimens.xml | 21 |
2 files changed, 43 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-h560dp-xxhdpi/config.xml b/packages/SystemUI/res/values-h560dp-xxhdpi/config.xml new file mode 100644 index 0000000..b2231a6 --- /dev/null +++ b/packages/SystemUI/res/values-h560dp-xxhdpi/config.xml @@ -0,0 +1,22 @@ +<?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">4</integer> +</resources> + diff --git a/packages/SystemUI/res/values-h560dp-xxhdpi/dimens.xml b/packages/SystemUI/res/values-h560dp-xxhdpi/dimens.xml new file mode 100644 index 0000000..905e9e3 --- /dev/null +++ b/packages/SystemUI/res/values-h560dp-xxhdpi/dimens.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> + <fraction name="keyguard_clock_y_fraction_max">32.5%</fraction> + <fraction name="keyguard_clock_y_fraction_min">19.8%</fraction> +</resources>
\ No newline at end of file |