diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-20 14:04:00 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-20 14:04:00 -0800 |
commit | 62b49bb3f54a07cdc2be72ce75079455d3a3b1ee (patch) | |
tree | 51013a83b82ce5ec23f53309ec3386775a28ae2a /res/values/extra_wallpapers.xml | |
parent | 946cd91e3618025971c50c50dcf434feb62a5185 (diff) | |
download | packages_apps_trebuchet-62b49bb3f54a07cdc2be72ce75079455d3a3b1ee.zip packages_apps_trebuchet-62b49bb3f54a07cdc2be72ce75079455d3a3b1ee.tar.gz packages_apps_trebuchet-62b49bb3f54a07cdc2be72ce75079455d3a3b1ee.tar.bz2 |
auto import from //branches/cupcake/...@127101
Diffstat (limited to 'res/values/extra_wallpapers.xml')
-rw-r--r-- | res/values/extra_wallpapers.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/extra_wallpapers.xml b/res/values/extra_wallpapers.xml new file mode 100644 index 0000000..9e0951c --- /dev/null +++ b/res/values/extra_wallpapers.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (C) 2009 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. + --> + +<resources> + <string-array name="extra_wallpapers"> + </string-array> +</resources> |