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

@ -97,6 +97,17 @@
android:title="@string/settings_enabled_gestures_edge_swipe"/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/settings_launcher_section_apps"
app:allowDividerAbove="false">
<Preference
android:key="@string/settings_apps_hidden_key"
android:title="@string/settings_apps_hidden"
/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/settings_launcher_section_display"