<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2016 The Android Open Source Project ~ ~ 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 --> <resources> <string name="fragment_support_preferences_demo">Support PreferenceFragment</string> <string name="fragment_support_preferences_compat_demo">Support PreferenceFragmentCompat</string> <string name="fragment_support_preferences_leanback_demo">Support LeanbackPreferenceFragment</string> <string name="root_title">Demo Preferences</string> <string name="inline_preferences">In-line preferences</string> <string name="dialog_based_preferences">Dialog-based preferences</string> <string name="launch_preferences">Launch preferences</string> <string name="preference_attributes">Preference attributes</string> <string name="title_checkbox_preference">Checkbox preference</string> <string name="summary_checkbox_preference">This is a checkbox</string> <string name="title_dropdown_preference">Dropdown preference</string> <string name="summary_dropdown_preference">This is a dropdown</string> <string name="title_switch_preference">Switch preference</string> <string name="summary_switch_preference">This is a switch</string> <string name="summary_switch_preference_yes_no">This is a switch with custom text</string> <string name="title_yesno_preference">Yes or no preference</string> <string name="summary_yesno_preference">An example that uses a yes/no dialog</string> <string name="dialog_title_yesno_preference">Do you like bananas?</string> <string name="title_edittext_preference">Edit text preference</string> <string name="summary_edittext_preference">An example that uses an edit text dialog</string> <string name="dialog_title_edittext_preference">Enter your favorite animal</string> <string name="title_list_preference">List preference</string> <string name="summary_list_preference">An example that uses a list dialog</string> <string name="dialog_title_list_preference">Choose one</string> <string name="title_multi_list_preference">Multi-select list preference</string> <string name="summary_multi_list_preference">An example that uses a multi-select list dialog</string> <string name="dialog_title_multi_list_preference">Choose some</string> <string name="title_screen_preference">Screen preference</string> <string name="summary_screen_preference">Shows another screen of preferences</string> <string name="title_fragment_preference">Fragment preference</string> <string name="summary_fragment_preference">Shows another fragment of preferences</string> <string name="title_next_screen_toggle_preference">Toggle preference</string> <string name="summary_next_screen_toggle_preference">Preference that is on the next screen but same hierarchy</string> <string name="title_intent_preference">Intent preference</string> <string name="summary_intent_preference">Launches an Activity from an Intent</string> <string name="title_my_preference">My preference</string> <string name="summary_my_preference">This is a custom counter preference</string> <string name="title_advanced_toggle_preference">Haunted preference</string> <string name="summary_on_advanced_toggle_preference">I\'m on! :)</string> <string name="summary_off_advanced_toggle_preference">I\'m off! :(</string> <string name="title_parent_preference">Parent checkbox preference</string> <string name="summary_parent_preference">This is visually a parent</string> <string name="title_child_preference">Child checkbox preference</string> <string name="summary_child_preference">This is visually a child</string> <string name="example_preference_dependency">Example preference dependency</string> <string name="title_wifi">WiFi</string> <string name="title_wifi_settings">WiFi settings</string> <string name="default_value_list_preference">beta</string> <string name="default_value_edittext_preference">Default value</string> </resources>