Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3      Copyright (C) 2016 The Android Open Source Project
      4 
      5      Licensed under the Apache License, Version 2.0 (the "License");
      6      you may not use this file except in compliance with the License.
      7      You may obtain a copy of the License at
      8 
      9           http://www.apache.org/licenses/LICENSE-2.0
     10 
     11      Unless required by applicable law or agreed to in writing, software
     12      distributed under the License is distributed on an "AS IS" BASIS,
     13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14      See the License for the specific language governing permissions and
     15      limitations under the License.
     16 -->
     17 
     18 <resources>
     19 
     20     <!-- Titles in the onboarding page. -->
     21     <string-array name="onboarding_page_titles">
     22         <item>Onboarding</item>
     23         <item>Easy to implement</item>
     24         <item>Customize your contents</item>
     25     </string-array>
     26 
     27     <!-- Descriptions in the onboarding page. -->
     28     <string-array name="onboarding_page_descriptions">
     29         <item>Announce your new features.</item>
     30         <item>Just override OnboardingFragment and provide the messages and images.</item>
     31         <item>Customize your own logo image, splash animation and the contents animations.</item>
     32     </string-array>
     33 
     34     <array name="pref_parent_control_entries">
     35         <item>Everyone</item>
     36         <item>Low maturity</item>
     37         <item>Medium maturity</item>
     38         <item>High maturity</item>
     39     </array>
     40     <array name="pref_parent_control_entries_values">
     41         <item>everyone</item>
     42         <item>low</item>
     43         <item>medium</item>
     44         <item>high</item>
     45     </array>
     46     <array name="pref_parent_control_entries_summaries">
     47         <item>This description becomes visible only on focus.</item>
     48         <item>This description becomes visible only on focus.</item>
     49         <item>This description becomes visible only on focus.</item>
     50         <item>This description becomes visible only on focus.</item>
     51     </array>
     52     <array name="pref_wifi_networks">
     53         <item>Wi-Fi network 1</item>
     54         <item>Wi-Fi network 2</item>
     55         <item>Wi-Fi network 3</item>
     56         <item>Wi-Fi network 4</item>
     57         <item>Wi-Fi network 5</item>
     58         <item>Wi-Fi network 6</item>
     59     </array>
     60 </resources>
     61