summaryrefslogtreecommitdiff
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/dimens.xml')
-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>