diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-09-02 14:59:06 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-09-02 23:52:48 +0200 |
commit | 5172dc2f36f9c417befd0957ce2ae20f9d083a88 (patch) | |
tree | 69553ea9dc168935047da8578c74ebabd152bca5 /packages/SystemUI/res/values-hdpi | |
parent | 1611c21dfdf102fa4eadd3cab4c7bd5fda061826 (diff) | |
download | frameworks_base-5172dc2f36f9c417befd0957ce2ae20f9d083a88.zip frameworks_base-5172dc2f36f9c417befd0957ce2ae20f9d083a88.tar.gz frameworks_base-5172dc2f36f9c417befd0957ce2ae20f9d083a88.tar.bz2 |
Status bar iconography updates
- Use new assets for location, flightmode and "more" notifications
icon.
- Update icon size and clock to spec.
- Change from fixed width of the icons to WRAP_CONTENT, so they look
more evenly distributed.
- Adjust subpixel rendering of battery icon to match other vector
icons.
Bug: 16161255
Change-Id: I0a80f223b7d532bc53a201cff37b8f1cb09f08c2
Diffstat (limited to 'packages/SystemUI/res/values-hdpi')
-rw-r--r-- | packages/SystemUI/res/values-hdpi/dimens.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-hdpi/dimens.xml b/packages/SystemUI/res/values-hdpi/dimens.xml new file mode 100644 index 0000000..799619f --- /dev/null +++ b/packages/SystemUI/res/values-hdpi/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> + <!-- Margin on the right side of the system icon group on Keyguard. --> + <fraction name="battery_button_height_fraction">10.5%</fraction> +</resources> |