diff options
author | Romain Guy <romainguy@google.com> | 2010-08-18 11:38:46 -0700 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2010-08-18 11:38:46 -0700 |
commit | 5bbc91bbbcba6cbcfff66b8d8dd510abb06bc076 (patch) | |
tree | b9aa17d6e2210d366cb7d425fbd1dd2fa1a70b9e /res/values-xlarge | |
parent | b2c838c2ebe8c05a5c031e6b202cb192f238ac38 (diff) | |
download | packages_apps_trebuchet-5bbc91bbbcba6cbcfff66b8d8dd510abb06bc076.zip packages_apps_trebuchet-5bbc91bbbcba6cbcfff66b8d8dd510abb06bc076.tar.gz packages_apps_trebuchet-5bbc91bbbcba6cbcfff66b8d8dd510abb06bc076.tar.bz2 |
Add a default wallpaper for xlarge devices.
Change-Id: Icaf3fc953ca6d469d17620c0aec789e7f60c924e
Diffstat (limited to 'res/values-xlarge')
-rw-r--r-- | res/values-xlarge/wallpapers.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/values-xlarge/wallpapers.xml b/res/values-xlarge/wallpapers.xml new file mode 100644 index 0000000..90a6af7 --- /dev/null +++ b/res/values-xlarge/wallpapers.xml @@ -0,0 +1,22 @@ +<?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="wallpapers" translatable="false"> + <item>wallpaper_leaf</item> + </string-array> +</resources> |