Fixed
Status Update
Comments
di...@google.com <di...@google.com>
di...@google.com <di...@google.com>
es...@yahoo.com <es...@yahoo.com> #3
We at my company need this same feature. We have a lot of white labels and need refactor the same class across flavours. :(
di...@google.com <di...@google.com> #4
I need this feature too...
Description
Build #AI-145.3330264, built on October 6, 2016
JRE: 1.8.0_112-release-b05 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Layout editor complains about missing attributes in current theme, when those attributes don't exist in many default Android themes at lower API levels:
"Failed to find '?attr/textEditSuggestionItemLayout' in current theme. (12 similar errors not shown)"
Steps to repro:
- Create project with default settings, targeting API 10 or lower without using AppCompat (unlikely, but there are some of us out there)
- OR target any API level, and use older themes - android:Theme.Light.*, android:Theme.Black.*, etc.
Sample project with the issue: