mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
implemented #67 - option to hide apps that are bound to gestures
This commit is contained in:
parent
c1dcc0fe4e
commit
acbcef5827
8 changed files with 48 additions and 15 deletions
|
@ -11,6 +11,7 @@
|
|||
<string name="settings_internal_version_code_key" translatable="false">internal.version_code</string>
|
||||
<string name="settings_apps_favorites_key" translatable="false">apps.favorites</string>
|
||||
<string name="settings_apps_hidden_key" translatable="false">apps.hidden</string>
|
||||
<string name="settings_apps_hide_bound_apps_key" translatable="false">apps.hide_bound_apps</string>
|
||||
|
||||
<string name="settings_general_choose_home_screen_key" translatable="false">general.select_launcher</string>
|
||||
<!--
|
||||
|
|
|
@ -142,6 +142,7 @@
|
|||
|
||||
<string name="settings_launcher_section_apps">Apps</string>
|
||||
<string name="settings_apps_hidden">Hidden apps</string>
|
||||
<string name="settings_apps_hide_bound_apps">Don\'t show apps that are bound to a gesture in the app list</string>
|
||||
|
||||
<!--
|
||||
-
|
||||
|
|
|
@ -124,6 +124,11 @@
|
|||
android:title="@string/settings_apps_hidden"
|
||||
/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="@string/settings_apps_hide_bound_apps_key"
|
||||
android:title="@string/settings_apps_hide_bound_apps"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:title="@string/settings_launcher_section_display"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue