Commit 627b4079 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed checkbox (switch) colors

parent 73c4b212
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?colorPrimary" android:state_checked="true" />
<item android:color="?colorDisabled" />
</selector>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?colorDisabled" android:state_enabled="false" />
<item android:color="?colorSecondary" android:state_checked="false" />
<item android:color="?colorPrimary" />
</selector>
\ No newline at end of file
......@@ -200,7 +200,7 @@
<style name="WidgetFoundation.Switch" parent="Widget.AppCompat.CompoundButton.Switch">
<item name="thumbTint">@color/color_primary_transient</item>
<item name="thumbTint">@color/color_checkbox_primary</item>
</style>
</resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment