summaryrefslogtreecommitdiff
path: root/res/values/dimens.xml
blob: 7f76c3aa821d9afdcad8c3d0a47b47932e16a9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
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>