mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-09 02:40:01 +02:00
5 lines
No EOL
312 B
XML
5 lines
No EOL
312 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/baseline_favorite_24" android:state_checked="true" />
|
|
<item android:drawable="@drawable/baseline_favorite_border_24" android:state_checked="false" />
|
|
</selector> |