Muhammad Nouman

Results 73 comments of Muhammad Nouman

hy @jakob-grabner please help me i'm unable to resize the text of circleView circleProgressView1.setTextMode(TextMode.TEXT); // Set text mode to text to show text circleProgressView1.setTextSize(18); circleProgressView1.setText("30/40"); i also have tried to...

@Emranul-Islam have you figured out anything yet?

adding line break works for me.

@instantiator how can i place sticker below another sticker?

you need to add the method manually in TextSticker class just put @NonNull public Typeface getTypeface(){ return textPaint.getTypeface(); }

go to TextSticker class and use textPaint.setShadowLayer(20,0,5, Color.RED); that way you can achieve this shadow effect.

textPaint.setStrokeWidth() and textPaint.setStrokeCap(...) etc in TextSticker class.