mirror of
https://github.com/jrpie/Launcher.git
synced 2025-06-09 10:49:57 +02:00
parent
e4b1bccf85
commit
662efd4ecb
19 changed files with 372 additions and 89 deletions
5
app/src/main/res/drawable/checkbox_favorite.xml
Normal file
5
app/src/main/res/drawable/checkbox_favorite.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue