summaryrefslogtreecommitdiffstats
path: root/res/values/dimensions.xml
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/dimensions.xml
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/dimensions.xml')
-rw-r--r--res/values/dimensions.xml25
1 files changed, 25 insertions, 0 deletions
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>