wuapnjie / StickerView

[No more support] A view which can add sticker and zoom,drag,delete it
MIT License
1.27k stars 310 forks source link

如何设置Sticker的背景 #32

Closed NicodeLee closed 7 years ago

NicodeLee commented 7 years ago

目前应该只有TextSticker有这方面需求。 在TextSticker修改发现无法实现。 一起交流。

NicodeLee commented 7 years ago

setDrawable使用ColorDrawable解决了。

wuapnjie commented 7 years ago

不好意思,现在实习了,没有太多时间,等PuzzleView升级完,StickerView也会升级的,你有什么好的想法可以直接提Pr

NicodeLee commented 7 years ago

同步了代码用之前的添加方式发现拖动框不见了,没有锁定。

NicodeLee commented 7 years ago

Pr应该不会了,你按你的改,有空我帮大家解决下issues的问题。

wuapnjie commented 7 years ago

这个被人改了,要在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"
      >