Auxio/app/src/main/res/drawable/sel_shuffle_state_24.xml
OxygenCobalt b3cac19ee4
ui: use grade instead of indicator
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.
2022-07-03 15:29:42 -06:00

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>