commit | 55e6a9d84270bffa862c142edce0c0dd25de04d8 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Feb 23 16:46:21 2016 +0000 |
committer | Chris Banes <chrisbanes@google.com> | Tue Feb 23 16:46:21 2016 +0000 |
tree | c71ebd421e7c803c01428b2a2d91cd8b8adb6db4 | |
parent | 6d3dc69c23b88d3333d723592ac06cab519fc522 [diff] |
Fix crashes in Widget.AppCompat.Button.Borderless.Colored Happens due because we were using android:alpha. This caused two issues: 1. aapt moves the resource to color-v11, since android:alpha was added in v11 2. CSL.inflate() on API21-22 reads android:alpha but doesn't handle theme attrs and blows up. Fixed by moving to app:alpha. BUG: 27310464 Change-Id: I05128e1048933504957ff826c5ffe21eace078a7