aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/color/button_tint.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/color/button_tint.xml')
-rw-r--r--android/WALT/app/src/main/res/color/button_tint.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/res/color/button_tint.xml b/android/WALT/app/src/main/res/color/button_tint.xml
new file mode 100644
index 0000000..ec76860
--- /dev/null
+++ b/android/WALT/app/src/main/res/color/button_tint.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_enabled="false" android:color="#FFABABAB"/>
+ <item android:state_enabled="true" android:color="#FF000000"/>
+</selector>