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
Loading
Please register or sign in to comment