diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-08-12 23:44:59 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-08-14 12:30:14 +0000 |
commit | e210cc8e9463508381048a2af8b4c30a94239c32 (patch) | |
tree | 22be95419650d844dea22b898177cf788e79d184 /packages/SystemUI/res/values-h560dp | |
parent | 84a3e7aacf6dbeccf4afb36a29f2f069dca7d486 (diff) | |
download | frameworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.zip frameworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.tar.gz frameworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.tar.bz2 |
Make clock larger on tablets
Also fixes "Large text" option on lockscreen and fixes Keyguard
layout on smaller devies. In addition, make sure that landscape
layout for phones isn't terrible broken (it's not pretty but
it works).
Bug: 14994495
Bug: 15589636
Bug: 16799035
Change-Id: I9ab76af41cbecd1a727d019e422765efbbd3276d
Diffstat (limited to 'packages/SystemUI/res/values-h560dp')
-rw-r--r-- | packages/SystemUI/res/values-h560dp/config.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-h560dp/config.xml b/packages/SystemUI/res/values-h560dp/config.xml new file mode 100644 index 0000000..b2231a6 --- /dev/null +++ b/packages/SystemUI/res/values-h560dp/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> + |