xuyisheng/AndroidHeroes

Two attrs in TopBarView are conflict with new SDK

Hankkin opened this issue · 0 comments

In TopBarView,two attrs (title,titleTextColor) are conflict with new SDK.After my building,there are mistakes (Error:(2) Attribute "title" has already been defined) in logcat.So I Correct the attrs,then the project builded correctly.