Open martinbaciga opened 8 years ago
Hi @niravkalola, i was trying to scale the text view width and heigh independently with the same scale button that you're using.
I've tried to change this
StickerView.this.getLayoutParams().width += offset; StickerView.this.getLayoutParams().height += offset;
by this
StickerView.this.getLayoutParams().width += offsetX; StickerView.this.getLayoutParams().height += offsetY;
in both cases (scale up and down).
But this works weird, something more needs to be done here. Do you know how i can manage to do that?
Thanks!
not working
Hi @niravkalola, i was trying to scale the text view width and heigh independently with the same scale button that you're using.
I've tried to change this
StickerView.this.getLayoutParams().width += offset; StickerView.this.getLayoutParams().height += offset;
by this
StickerView.this.getLayoutParams().width += offsetX; StickerView.this.getLayoutParams().height += offsetY;
in both cases (scale up and down).
But this works weird, something more needs to be done here. Do you know how i can manage to do that?
Thanks!