commit | 2aabff2e355c96bf90d6047a613ce0fa2c1ffe45 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Thu May 26 13:25:42 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Thu May 26 13:30:18 2016 +0100 |
tree | 8314318412d4f0b1280b45ebf8e34bd72ad4967e | |
parent | 1eff297d6cc33c6a55530c193f87eb5b07da2562 [diff] |
Move clearColorFilter() workaround to DrawableCompat On API 21-22 there is an issue in DrawableContainer where it does not propagate a null ColorFilter to all of it's children. The workaround is to do it manually on those API levels, which this CL exposes as a public API. BUG: 28661010 Change-Id: Ie9b1068190c57395c12a800048669651774cfae6