Files
frameworks_base/core/java/android/view
Romain Guy f6ae4b897b Reset stored background resource when setting a bg color
This sequence of operations would prevent the background from
changing:

setBackgroundResource(R.something)
setBackgroundColor(aColor)
setBackgroundResource(R.something)

The last call would be no-oped.

Change-Id: I436a33599c88e35f6f36bdd63e9c256c9219e052
2012-11-27 13:57:27 -08:00
..
2012-09-21 15:34:32 -07:00
2012-07-25 18:56:16 -07:00
2012-09-30 15:35:08 -07:00
2012-09-30 15:35:08 -07:00
2012-09-18 12:06:13 -07:00
2012-11-21 16:30:07 -08:00