mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 10:20:51 +02:00
implement #98 - add option to show private space in different list
This commit is contained in:
parent
944eb89fef
commit
d69e3caf71
15 changed files with 279 additions and 62 deletions
|
@ -151,6 +151,11 @@
|
|||
android:title="@string/settings_apps_hide_paused_apps"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_apps_hide_private_space_apps_key"
|
||||
android:title="@string/settings_apps_hide_private_space_apps"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<DropDownPreference
|
||||
android:key="@string/settings_list_layout_key"
|
||||
android:title="@string/settings_list_layout"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue