Cached bitmaps will now have the same size as their ImageViews

This commit is contained in:
daniel oeh
2012-08-26 21:53:34 +02:00
parent 40e0950c23
commit 616c247d84
9 changed files with 105 additions and 88 deletions

View File

@ -14,7 +14,10 @@
android:layout_centerVertical="true"
android:layout_marginLeft="1dip"
android:layout_marginRight="4dip"
android:cropToPadding="true" />
android:adjustViewBounds="true"
android:cropToPadding="true"
android:scaleType="fitXY"
android:src="@drawable/default_cover" />
<TextView
android:id="@+id/txtvNewEps"