wuapnjie / StickerView

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

重新设置文字无效 #119

Closed KXwonderful closed 6 years ago

KXwonderful commented 6 years ago

重新设置文字无效,文字颜色可以改变 if (sticker instanceof TextSticker) { ((TextSticker) sticker).setText("哈哈哈哈"); ((TextSticker) sticker).setTextColor(Color.RED); stickerView.replace(sticker); stickerView.invalidate(); }

点击把默认文字改为 "哈哈哈哈" 时显示还是原来的文字,颜色能改变。

KXwonderful commented 6 years ago

添加这行代码就可以了: ((TextSticker) sticker).resizeText();