commit | ffbf42aa3acb41b82cc6c1226c63c3649bedfe49 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Wed Apr 06 13:59:43 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed Apr 06 14:53:13 2016 +0100 |
tree | f160e976eaaf6ecd1aefa565f22bba9f4aabc5c4 | |
parent | 36e5f96d64a72e09c962151257cbb3276fd9b324 [diff] |
Tidy up CardView's background handling - Moved the CardViewDelegate instance to be a member variable. Allows us to actually hide implementation methods. - Removed some methods from the Delegate which are no longer needed. - Allow CardView's background to work with DrawableCompat.setTint calls - Fixed an issue with DrawableCompat where we would NPE if setTint*() was called before mutate()ing the drawable. BUG: 26478024 Change-Id: I01162774fe193a0c9a6f9ab266f117e0a940dee5