aboutsummaryrefslogtreecommitdiff
path: root/res/layout-port
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-03-08 17:28:19 -0700
committerScott Jackson <daneren2005@gmail.com>2015-03-08 17:28:19 -0700
commitb2ea0d0f28a9c583234fc1d83115b514db7c049f (patch)
treeeb3dc8707ac5fa55a9f96f26d8d39607a9432948 /res/layout-port
parentb71b8726238c30a16dfbdd525cc68dfc52ceb36e (diff)
downloaddsub-b2ea0d0f28a9c583234fc1d83115b514db7c049f.tar.gz
dsub-b2ea0d0f28a9c583234fc1d83115b514db7c049f.tar.bz2
dsub-b2ea0d0f28a9c583234fc1d83115b514db7c049f.zip
Get around the random recycled bitmap errors from calling onDraw after a bitmap had been recycled to make room for a new one. This isn't the ideal fix since it will show a blank image, but it is better than just crashing.
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/download.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-port/download.xml b/res/layout-port/download.xml
index b7d047c6..207ab260 100644
--- a/res/layout-port/download.xml
+++ b/res/layout-port/download.xml
@@ -29,7 +29,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true">
- <ImageView
+ <github.daneren2005.dsub.view.RecyclingImageView
android:id="@+id/download_album_art_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"