summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2011-01-12 14:45:49 -0800
committerDaniel Lehmann <lehmannd@google.com>2011-01-12 14:45:53 -0800
commit70676508bd3a081edd909875e141f2c48d79c1ac (patch)
treebfa4098abec90c248878d9f0f09cce67e6f79918 /res/values
parent17ad80b32f839ccddac3911799ff732d1ca3a006 (diff)
downloadMediaProvider-70676508bd3a081edd909875e141f2c48d79c1ac.tar.gz
Use bigger thumbnails on xlarge. Use higher quality JPEG
Bug:3339040 Change-Id: I8fae930e63c661185e131f5c10419e92b9542d0b
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
new file mode 100644
index 000000000..7f76c3aa8
--- /dev/null
+++ b/res/values/dimens.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+**
+** Copyright 2010 Google Inc. All Rights Reserved.
+**
+-->
+
+<resources>
+ <!-- maximum size for album art. the real size of the albumart will be divided by two
+ until both width and height are below this value. -->
+ <dimen name="maximum_thumb_size">320dip</dimen>
+</resources>