Files
frameworks_base/core/java/android
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-11-09 09:46:32 -08:00
2012-11-16 12:56:56 -08:00
2012-10-03 14:14:23 -07:00
2012-11-14 08:45:52 -08:00