| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| * Copyright (C) 2008 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| |
| <!-- Wallpapers showing a music visualizer --> |
| <string name="wallpaper_vis1">Visualizer</string> |
| <string name="wallpaper_vis2">Waveform</string> |
| <string name="wallpaper_vis3">Spectrum</string> |
| <string name="wallpaper_vis4">VU meter</string> |
| <string name="wallpaper_vis5">Many</string> |
| |
| |
| <!-- x,y,z tuples for the points defining the object --> |
| <!-- stored as strings for easier human readability --> |
| <string-array name="points" translatable="false"> |
| <item>"-400 -400 -400"</item> |
| <item>"400 -400 -400"</item> |
| <item>"400 400 -400"</item> |
| <item>"-400 400 -400"</item> |
| <item>"-400 -400 400"</item> |
| <item>"400 -400 400"</item> |
| <item>"400 400 400"</item> |
| <item>"-400 400 400"</item> |
| </string-array> |
| |
| <!-- start,end point index tuples of the lines defining the object --> |
| <string-array name="lines" translatable="false"> |
| <!-- lines forming one face --> |
| <item>"0 1"</item> |
| <item>"1 2"</item> |
| <item>"2 3"</item> |
| <item>"3 0"</item> |
| |
| <!-- lines forming the opposite face --> |
| <item>"4 5"</item> |
| <item>"5 6"</item> |
| <item>"6 7"</item> |
| <item>"7 4"</item> |
| |
| <!-- lines connecting the two faces --> |
| <item>"0 4"</item> |
| <item>"1 5"</item> |
| <item>"2 6"</item> |
| <item>"3 7"</item> |
| </string-array> |
| |
| </resources> |