summaryrefslogtreecommitdiff
path: root/app/src/normal/res/color
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/normal/res/color')
-rw-r--r--app/src/normal/res/color/button_tint_color.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/normal/res/color/button_tint_color.xml b/app/src/normal/res/color/button_tint_color.xml
new file mode 100644
index 00000000..f15e571d
--- /dev/null
+++ b/app/src/normal/res/color/button_tint_color.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true"
+ android:color="@color/btn_white_transparent_dark"
+ >
+ </item>
+ <item
+ android:color="@color/btn_white_transparent" />
+</selector> \ No newline at end of file