Android-Skin-Loader icon indicating copy to clipboard operation
Android-Skin-Loader copied to clipboard

使用了databinding后在布局中使用了条件判断语句就没有了换肤功能

Open JemWu opened this issue 6 years ago • 1 comments

如果我在布局中使用了条件判断那么换肤的功能就不会生效了,比如android:textColor=“@{ifChange ? @color/1 : @color/2}}”

JemWu avatar Apr 27 '19 03:04 JemWu

我也遇到了这个问题 请问有什么解决方法吗,谢谢

CellixLong avatar May 08 '20 03:05 CellixLong