-
public class StickerView extends com.xiaopo.flying.sticker.StickerView {
public StickerView(Context context) {
super(context);
}
public StickerView(Context context, Attribu…
-
Hi @gopaldhola99, really nice plugin. Great work! I've been having a play with it in my app and made a couple of tweaks in my own fork and got a few suggestions too:
Minor tweaks:
- I've added chi…
-
Hi, I was wondering how to change the data inside the StickerView. For example, I've a text sticker. If I want to change text or color of the text, How can that be achieved?
-
stickerView.setBackgroundColor(); creates black background if set to transparent
If we set the backgroundcolor to stickerView.setBackgroundColor(Color.TRANSPARENT); it creates a black bacngound ins…
-
rotate each sticker to a fixed angle
how can we rotate individual sticker to a fixed angle say 90 degree or 180 degree
stickerView.zoomAndRotateCurrentSticker();
and
stickerView.zoomAndR…
-
i have implemented `implementation 'com.github.kencheung4:android-StickerView:'` this dependency but at the time of rebuild the project Android Studio could not find this dependency. can anyone help m…
-
In my app everything works fine but the left icon is not displayed
```java
private void setupEmojis() {
mEmojiLayout = findViewById(R.id.emojiPopupLayout);
…
-
Hi, I created shapes using 'UIBezierPath' and 'CAShape layer' and then added to stickerview. But I couldn't resize it. Anyone please help me to sort this out. Thanks in advance.
-
i am saving that stickers page so that i can also retrieve it later and can edit elements to existing one on page like i have saved some rotated stickers on a page but now i want to edit that page lik…
-
java.lang.NullPointerException: at android.provider.MediaStore$Images$Media.insertImage(MediaStore.java:913)
at com.xiaopo.flying.sticker.StickerUtils.saveImageToGallery (StickerUtils.java)
or …