Skip to content

Commit

Permalink
[app] update switch track
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Dec 26, 2021
1 parent 58de705 commit 1ae1f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:alpha="0.87" android:color="@color/android_system_neutral2_300" android:state_checked="false" />
<item android:alpha="0.87" android:color="?colorPrimary" android:state_checked="true" />
<item android:alpha="0.87" android:color="?colorPrimaryContainer" android:state_checked="true" />
</selector>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:alpha="0.87" android:color="@color/android_system_neutral2_600" android:state_checked="false" />
<item android:alpha="0.87" android:color="@color/android_system_neutral2_200" android:state_checked="true" />
<item android:alpha="0.87" android:color="@color/android_system_neutral2_400" android:state_checked="true" />
</selector>

0 comments on commit 1ae1f64

Please sign in to comment.