xuyisheng / AndroidHeroes

Source code of the book - Android群英传
910 stars 532 forks source link

Two attrs in TopBarView are conflict with new SDK #4

Open Hankkin opened 9 years ago

Hankkin commented 9 years ago

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.