Implemented #14 and #15: favorite apps and hidden apps

This commit is contained in:
Josia Pietsch 2024-09-23 18:45:20 +02:00
parent e4b1bccf85
commit 662efd4ecb
Signed by: jrpie
GPG key ID: E70B571D66986A2D
19 changed files with 372 additions and 89 deletions

View 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>