
Finally unify all icon activation states under the new grade modifier in Material Symbols. This provides similar clarify to the dot/greyed state, but without inconsistent meanings. The shuffle icon did have to be bolded a little more though, as the grade did not seem to do much.
5 lines
No EOL
270 B
XML
5 lines
No EOL
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_shuffle_on_24" android:state_activated="true" />
|
|
<item android:drawable="@drawable/ic_shuffle_off_24" />
|
|
</selector> |