commit | e977fb30d84d42ac77198e6f700404f34e9dbbc0 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Thu May 05 17:43:14 2016 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Thu May 05 18:00:17 2016 +0100 |
tree | 9fc8ec9a111236dca7d36763b1e0d491af362155 | |
parent | cd4bab1c1af9a13657e6ff62fd60accc81a71526 [diff] |
Fix srcCompat set ordering issue If srcCompat is set, it will always overwrite android:src. This isn't what most developers expect though so we'll flip the ordering so that android:src overwrites srcCompat. This allows developers to override AppCompat styles which use srcCompat, with drawables set with android:src. BUG: 28613558 Change-Id: I927123a06b2ce4d762920564c9e545f6ede48734