1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3** 4** Copyright 2010 Google Inc. All Rights Reserved. 5** 6--> 7 8<resources> 9 <!-- maximum size for album art. the real size of the albumart will be divided by two 10 until both width and height are below this value. --> 11 <dimen name="maximum_thumb_size">500dip</dimen> 12</resources> 13