aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmkar <djomi400@gmail.com>2016-03-31 11:13:10 +0000
committerOmkar <djomi400@gmail.com>2016-03-31 11:13:50 +0000
commit702d91ca40715fba3738c50e1dd7a9c84c636b65 (patch)
tree2b67c9213ac8ff1a5ae052d8eebaa46a70e87bc5
parent8cac0d888ff3347d92f3a9c22b70a6847abf72de (diff)
ghost: adjust pulse dpi
Change-Id: Ibb4557465d61d6f7ef579dd713e2bd34e526b6da
-rw-r--r--overlay/frameworks/base/packages/SystemUI/res/values/config.xml30
1 files changed, 30 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..61fd9ba
--- /dev/null
+++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+/*
+** Copyright 2013, The Android Open Source Project
+** Copyright 2016, The Dirty Unicorns 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">32dp</dimen>
+
+</resources>