summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-11-08 13:51:50 -0800
committerRomain Guy <romainguy@android.com>2009-11-08 15:30:12 -0800
commit2f26cced2d4257c4fb106939447d901ae971b4d1 (patch)
treeb78f744b31f42fc53274593d2a5883a2258d50b8 /res/values
parent7e2a10d904ce52bde6e887b9c257709729f39613 (diff)
downloadandroid_packages_wallpapers_LivePicker-2f26cced2d4257c4fb106939447d901ae971b4d1.tar.gz
android_packages_wallpapers_LivePicker-2f26cced2d4257c4fb106939447d901ae971b4d1.tar.bz2
android_packages_wallpapers_LivePicker-2f26cced2d4257c4fb106939447d901ae971b4d1.zip
New, safer, live wallpaper picker.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/dimensions.xml25
-rw-r--r--res/values/strings.xml8
3 files changed, 33 insertions, 3 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 90d633a..d49e104 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,6 +18,7 @@
-->
<resources>
- <color name="bubble_dark_background">#B2191919</color>
+ <color name="live_wallpaper_thumbnail_background">#CC666666</color>
+ <color name="live_wallpaper_thumbnail_text_color">#FFFFFFFF</color>
</resources>
diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml
new file mode 100644
index 0000000..080a55a
--- /dev/null
+++ b/res/values/dimensions.xml
@@ -0,0 +1,25 @@
+<?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>
+ <dimen name="live_wallpaper_thumbnail_text_size">14dip</dimen>
+ <dimen name="live_wallpaper_thumbnail_text_offset">12dip</dimen>
+ <dimen name="live_wallpaper_thumbnail_width">100dip</dimen>
+ <dimen name="live_wallpaper_thumbnail_height">79dip</dimen>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 190bb19..3df82f1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -24,7 +24,9 @@
<string name="application_name">Live Wallpaper Picker</string>
<!-- Title for the screen that lets the user choose a live wallpaper to use
for the system. -->
- <string name="live_wallpaper_picker_title">Live wallpaper</string>
+ <string name="live_wallpaper_picker_title">Live wallpaper</string>
+ <!-- Title for the screen that lets the user preview a live wallpaper. -->
+ <string name="live_wallpaper_preview_title">Live wallpaper preview</string>
<!-- List item for configuring the current wallpaper -->
<string name="configure_wallpaper">Settingsā€¦</string>
<!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
@@ -33,5 +35,7 @@
<string name="live_wallpaper_empty">No live wallpapers.</string>
<!-- Button label, action, sets the currently selected wallpaper. -->
<string name="set_live_wallpaper">Set wallpaper</string>
-
+ <!-- Label, title and author of the live wallpaper -->
+ <string name="wallpaper_title_and_author"><xliff:g id="title" example="Galaxy">%1$s</xliff:g> by <xliff:g id="author" example="Google">%2$s</xliff:g></string>
+
</resources>