summaryrefslogtreecommitdiff
path: root/app/java/res/values/styles.xml
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-14 13:20:43 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-14 13:24:30 +0200
commit6f4dc54bd119203da8dd1f91e65c4e4b99ab2ff0 (patch)
treefa7fe2459283fe81dba17f95eccdf5eded883e11 /app/java/res/values/styles.xml
parent6aae8398d489de5f33e8824a252793306d570d3c (diff)
menu
Diffstat (limited to 'app/java/res/values/styles.xml')
-rw-r--r--app/java/res/values/styles.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/java/res/values/styles.xml b/app/java/res/values/styles.xml
new file mode 100644
index 0000000..d5037d5
--- /dev/null
+++ b/app/java/res/values/styles.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="button_start__start" parent="@android:style/Widget.Button">
+ <item name="android:background">#96060C</item>
+ <item name="android:textColor">@android:color/white</item>
+ </style>
+ <style name="button_start__stop" parent="@android:style/Widget.Button">
+ <item name="android:background">#22B225</item>
+ <item name="android:textColor">@android:color/white</item>
+ </style>
+</resources>