
Re-add sorting to HomeFragment, except heavily improved. The major improvement here is the addition of song sorting, which was a heavily requested feature judging by #16. The setting does not save yet and is not present in the detail fragments, but it is still a major milestone for the new home ui.
6 lines
No EOL
260 B
XML
6 lines
No EOL
260 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_pause"
|
|
android:state_activated="true" />
|
|
<item android:drawable="@drawable/ic_play" />
|
|
</selector> |