commit | c6f44e35993b51b4cb2a78222ef22d01725970ff | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Oct 25 12:08:23 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Mon Oct 31 12:40:54 2016 +0000 |
tree | 42d60e0a1e6a77c3a8a54c22c854da1aa48c6350 | |
parent | f0f4ec71d4e3475e1ef731a0cbfa973aebfe4074 [diff] |
Fix background tint for Button.Colored on API 22 Happens because we're using the compat drawable pre-v23, which means that the compat tint is loaded into mInternalBackgroundTint, thus we also need to handle any custom set tints. Also improved the readability of BaseViewTest. Test: included BUG: 32368707 Change-Id: I30c77e0da617de4d6f160f4627de49157a6ea728