diff options
| author | Akhil Narang <akhilnarang.1999@gmail.com> | 2016-04-02 16:48:03 +0530 |
|---|---|---|
| committer | Akhil Narang <akhilnarang.1999@gmail.com> | 2016-04-14 11:42:24 +0100 |
| commit | 5f8464f39595f6f98f4979c9bf3f1184cdac9bfe (patch) | |
| tree | dfaaccae9cd2f207f12f483831228da7027e1626 | |
| parent | 6ebaf1c7aa56bd5fa1b412e1a705f69ead85391a (diff) | |
falcon: add pulse bars overlay.
* Looks much better like this, compared to default.
Change-Id: I8212fcdc774a5c3903bcfccbd1f2c8ec7ff06adc
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
| -rw-r--r-- | overlay/frameworks/base/packages/SystemUI/res/values/config.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml new file mode 100644 index 0000000..64c0f95 --- /dev/null +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2016, 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. +*/ +--> + +<!-- These resources are around just to allow their values to be customized + for different hardware and product builds. --> +<resources> + + <!-- Pulse stroke width --> + <dimen name="config_pulsePathStrokeWidth">20dp</dimen> + +</resources> + |
