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

大小异常 #150

Closed skiyoumi closed 1 year ago

skiyoumi commented 2 years ago

在recyclerView中使用ListAdapter设置的item当textView的宽度设置为wrap_content时,数据源中的长度会动态改变时会出现背景显示异常 image

JavaNoober commented 1 year ago

试试view.invalidate

skiyoumi commented 1 year ago

尝试view.invalidate

试过了,还是不行,最后用xml去解决的