Files
lawnchair/res/xml/app_edit_prefs.xml
Till Kottmann c629a65ad5 Import string changes from pie base
Signed-off-by: Till Kottmann <me@deletescape.ch>
2019-12-04 13:37:23 +01:00

65 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ch.deletescape.lawnchair.preferences.StyledSwitchPreference
android:key="pref_app_hide"
android:title="@string/hide_app"
android:defaultValue="false"
android:persistent="false"/>
<ch.deletescape.lawnchair.preferences.MultiSelectTabPreference
android:key="pref_show_in_tabs"
android:title="@string/show_in_tabs"/>
<ch.deletescape.lawnchair.gestures.ui.LauncherGesturePreference
android:key="pref_swipe_up_gesture"
android:title="@string/gesture_swipe_up"
android:dependency="pref_cover_mode"/>
<ch.deletescape.lawnchair.preferences.StyledSwitchPreference
android:key="pref_cover_mode"
android:title="@string/folder_cover_mode"
android:summary="@string/folder_cover_mode_desc"
android:defaultValue="false"
android:disableDependentsState="true"
android:persistent="false"/>
<!--
<ch.deletescape.lawnchair.preferences.StyledSwitchPreference
android:key="pref_app_prediction_hide"
android:title="@string/hide_from_predictions"
android:summary="@string/hide_from_predictions_summary"
android:defaultValue="false"
android:persistent="false" /> -->
<ch.deletescape.lawnchair.preferences.LauncherStyledPreferenceCategory
android:key="debug"
android:title="@string/developer_options_title"
android:layout="@layout/settings_category_material">
<Preference
android:key="componentName"
android:title="@string/debug_component_name" />
<Preference
android:key="versionName"
android:title="Version" />
</ch.deletescape.lawnchair.preferences.LauncherStyledPreferenceCategory>
</PreferenceScreen>