apkfuckery/com.discord/res/color/switch_thumb_material_dark.xml

6 lines
294 B
XML
Raw Permalink Normal View History

2020-11-12 02:11:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/switch_thumb_disabled_material_dark" />
<item android:color="@color/switch_thumb_normal_material_dark" />
</selector>