OSDN Git Service

Fixes #1889268.
authorRomain Guy <romainguy@android.com>
Mon, 1 Jun 2009 21:54:59 +0000 (14:54 -0700)
committerRomain Guy <romainguy@android.com>
Mon, 1 Jun 2009 21:54:59 +0000 (14:54 -0700)
commit2eb49ff2a3f7066cae1768d2314c4f912bd6c28d
tree7ac3c66c1716c02f044e083fdc605e35aa2d1a27
parent8283ccff7c44e3f2a62496167159228eb50706b6
Fixes #1889268.

Dragging an icon out of a folder was showing a gray background. This was due to the icon's drawing cache background color. This fix simply temporarily resets that color when capturing the view into a Bitmap.
src/com/android/launcher/DragLayer.java