summaryrefslogtreecommitdiff
path: root/main/src/skeleton/res/values/attrs.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2022-08-21 20:49:07 +0200
committerArne Schwabe <arne@rfc2549.org>2022-08-21 22:59:08 +0200
commitffa1cca8544a224eef7fb89dc8dd3bef9ecc8e5c (patch)
tree78fdb57d4c49bce3a79825e65cba8c06d46c6af3 /main/src/skeleton/res/values/attrs.xml
parent017b3f39c2368a41012c0c6a1f000858b305b1d3 (diff)
Replace system standard bitmap drawables with vector drawables
Diffstat (limited to 'main/src/skeleton/res/values/attrs.xml')
-rw-r--r--main/src/skeleton/res/values/attrs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/skeleton/res/values/attrs.xml b/main/src/skeleton/res/values/attrs.xml
new file mode 100644
index 00000000..051e23d0
--- /dev/null
+++ b/main/src/skeleton/res/values/attrs.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<resources>
+ <!-- allows to share the vector graphics with ui build, a little bit hacky... -->
+ <attr name="colorControlNormal" format="color" />
+</resources> \ No newline at end of file