commit | a6b0c287b75152bb673523d419e58f18325e5c9d | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Fri Apr 22 10:43:27 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Fri Apr 22 10:50:05 2016 +0100 |
tree | 61f61c1ea65aa4413943c00a021f438e3d3d1577 | |
parent | 03d45b9a2e6552010d46a36866838d000fd515bd [diff] |
Fix CSLs with alpha attribute in AppCompat again The original fix was to double set android:alpha and app:alpha. This has unforeseen issues on API 21 + 22 since it reads android:alpha but expects it to a literal color value (so it blows up with an attribute value). This CL fixes it by adding a v23 override for each color, setting app:alpha in color/ and android:alpha in color-v23. BUG: 28334410 Change-Id: I65ff37b5ef94d0887b809f09e7330f3a76b94855