]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/attr.xml
use colors by reference (makes the theme-aware) and reduce redundant colors
[mobile-ledger.git] / app / src / main / res / values / attr.xml
diff --git a/app/src/main/res/values/attr.xml b/app/src/main/res/values/attr.xml
new file mode 100644 (file)
index 0000000..f203241
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <attr name="drawer_background" format="reference|color"/>
+    <attr name="table_row_dark_bg" format="reference|color"/>
+    <attr name="table_row_light_bg" format="reference|color"/>
+    <attr name="textColor" format="reference|color"/>
+
+</resources>
\ No newline at end of file