Ensure that AppCompat's setTint calls match the framework

Currently calling setTintList(null) will cause an NPE
since it treats null as a valid tint. We now match the
framework by clearing the color filter.

BUG: 22288809
Change-Id: I6ca022f2aa59fdb0434f325d8af4f657bcaf4e60
1 file changed