Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

如何设置Sticker的背景 #32

Closed
NicodeLee opened this issue Apr 25, 2017 · 5 comments
Closed

如何设置Sticker的背景 #32

NicodeLee opened this issue Apr 25, 2017 · 5 comments

Comments

@NicodeLee
Copy link

NicodeLee commented Apr 25, 2017

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

@NicodeLee
Copy link
Author

setDrawable使用ColorDrawable解决了。

@wuapnjie
Copy link
Owner

wuapnjie commented May 4, 2017

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

@NicodeLee
Copy link
Author

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

@NicodeLee
Copy link
Author

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

@wuapnjie
Copy link
Owner

wuapnjie commented May 4, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants