Bjorn Bringert 9d8d9c22bb Get correct density info when using resource URIs in ImageView
Before, when an android.resource URI was passed to
ImageView.setImageURI(), it was loaded through an InputStream.
This didn't get the density information correctly.

Instead, we use Resources to load the Drawable, which fixes
the denisty problem.

Change-Id: Ie8427ea04da43f414b49014d012671fc0aa27a30
2010-01-06 22:52:41 +00:00
..
2009-11-13 13:53:39 -08:00
2010-01-05 15:47:05 -08:00
2009-11-13 13:53:39 -08:00
2009-11-13 13:53:39 -08:00
2010-01-05 20:03:19 -08:00
2010-01-05 13:44:51 +09:00
2009-11-13 13:53:39 -08:00
2010-01-04 16:18:06 -08:00