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.84k stars 465 forks source link

DataBading+BlView 奔溃 #60

Closed qiushui95 closed 5 years ago

qiushui95 commented 5 years ago

我将您layout中的activity_data_binding.xml的TextView换成BLTextView,奔溃

log image

JavaNoober commented 5 years ago

在代码中不需要出现BLTextView,把你代码里的BLTextView改回TextView就行,BLView只用于预览

qiushui95 commented 5 years ago

@JavaNoober 您可能没有理解我的意思。我是把您的仓库直接clone下拉,然后只是改了activity_data_banding.xml里面的某个TextView为BLTextView,然后把启动activity改成了DataBindingActivity,仅此两处修改。

qiushui95 commented 5 years ago

我估计是和DataBinding不兼容

JavaNoober commented 5 years ago

@qiushui95 DataBinding会把BLView自己实例化,但是为了性能考虑,我进行了view的替换,不让系统去实力化BLView,所以会出这个错,目前DataBinding只能把xml中blView给替换为原生的view才行