apkfuckery/com.discord/res/drawable/rich_presence_spotify_play_button.xml
2019-10-01 16:15:45 +02:00

6 lines
330 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:drawable="@drawable/drawable_spotify_button_disabled" />
<item android:state_enabled="true" android:drawable="@drawable/drawable_spotify_button_enabled" />
</selector>