Closed NicodeLee closed 7 years ago
setDrawable使用ColorDrawable解决了。
不好意思,现在实习了,没有太多时间,等PuzzleView升级完,StickerView也会升级的,你有什么好的想法可以直接提Pr
同步了代码用之前的添加方式发现拖动框不见了,没有锁定。
Pr应该不会了,你按你的改,有空我帮大家解决下issues的问题。
这个被人改了,要在xml中设置一个属性,而且设成final的了,有点不合理,我会改的
<com.xiaopo.flying.sticker.StickerView
android:id="@+id/sticker_view"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_gravity="center"
android:layout_weight="1"
app:showBorder="true"
app:showIcons="true"
>
目前应该只有TextSticker有这方面需求。 在TextSticker修改发现无法实现。 一起交流。