JavaNoober / BackgroundLibrary

A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)
Apache License 2.0
3.86k stars 469 forks source link

Unexpected namespace prefix "app" found for tag RelativeLayout #63

Closed ozyl closed 5 years ago

ozyl commented 5 years ago

报红:Unexpected namespace prefix "app" found for tag RelativeLayout 根据提示改app为android后报黄:Unknown attribute android:bl_corners_topLeftRadius

ozyl commented 5 years ago

android studio 3.3

JavaNoober commented 5 years ago

在根布局添加tools:ignore="MissingPrefix"即可,虽然app:bl_corners_topLeftRadiu会有红色提示,但不会影响编译