·
5 commits
to develop
since this release
The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.
The <include /> tag doesn't supported to use theme attribute.
当前版本为alpha测试版,尚未对所有Android版本进行兼容性测试
<include />标签不支持使用theme属性
Fix
- Fix the problem of wrong using
ApplicationContextinstead ofActivityContext.
- 修复错误的使用
ApplicationContext替代了ActivityContext的问题