89 lines
2.7 KiB
XML
89 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2007 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>
|
|
<!-- Used in View/Spinner1.java -->
|
|
<string-array name="colors">
|
|
<item>red</item>
|
|
<item>orange</item>
|
|
<item>yellow</item>
|
|
<item>green</item>
|
|
<item>blue</item>
|
|
<item>violet</item>
|
|
</string-array>
|
|
|
|
<!-- Used in View/Spinner1.java -->
|
|
<string-array name="planets">
|
|
<item>Mercury</item>
|
|
<item>Venus</item>
|
|
<item>Earth</item>
|
|
<item>Mars</item>
|
|
<item>Jupiter</item>
|
|
<item>Saturn</item>
|
|
<item>Uranus</item>
|
|
<item>Neptune</item>
|
|
<item>Pluto</item>
|
|
</string-array>
|
|
|
|
<!-- Used in App/SearchInvoke.java -->
|
|
<string-array name="search_menuModes">
|
|
<item>Search Key</item>
|
|
<item>Menu Item</item>
|
|
<item>Type-To-Search</item>
|
|
<item>Disabled</item>
|
|
</string-array>
|
|
|
|
<!-- Used in app/dialog examples -->
|
|
<string-array name="select_dialog_items">
|
|
<item>Command one</item>
|
|
<item>Command two</item>
|
|
<item>Command three</item>
|
|
<item>Command four</item>
|
|
</string-array>
|
|
|
|
<string-array name="select_dialog_items2">
|
|
<item>Map</item>
|
|
<item>Satellite</item>
|
|
<item>Traffic</item>
|
|
<item>Street view</item>
|
|
</string-array>
|
|
|
|
<string-array name="select_dialog_items3">
|
|
<item>Every Monday</item>
|
|
<item>Every Tuesday</item>
|
|
<item>Every Wednesday</item>
|
|
<item>Every Thursday</item>
|
|
<item>Every Friday</item>
|
|
<item>Every Saturday</item>
|
|
<item>Every Sunday</item>
|
|
</string-array>
|
|
|
|
<!-- Used in app/menu examples -->
|
|
<string-array name="entries_list_preference">
|
|
<item>Alpha Option 01</item>
|
|
<item>Beta Option 02</item>
|
|
<item>Charlie Option 03</item>
|
|
</string-array>
|
|
|
|
<!-- Used in app/menu examples -->
|
|
<string-array name="entryvalues_list_preference">
|
|
<item>alpha</item>
|
|
<item>beta</item>
|
|
<item>charlie</item>
|
|
</string-array>
|
|
|
|
</resources>
|