KamdarRushabh
Results
1
issues of
KamdarRushabh
Hi, I am using this code to add sticker from drawables: `public void addStickerView(String string) { Drawable drawable = ContextCompat.getDrawable(context, getResources().getIdentifier(string, "drawable", getPackageName())); stickerView.addSticker(new DrawableSticker(drawable)); } public void setColor(int color)...