I have TextView and want to use setScaleX()/setScaleY()
to make the text zoomable. But when I try to select some text by calling someTextView.setTextIsSelectable(true);
and TextView has zoom other than 1.0f the text selection markers apprear in wrong place, it seems that the selection is shown in the old place of selected text.
Please see screenshots
Can anyone help me with this problem. Thanks.
Source: Tips4all
This is a known issue that we recently fixed internally. Consider changing the font size instead.
ReplyDeleteI don't see your code, but I assume that you didn't make it selectable after zooming? That's all I can say without seeing the code.
ReplyDelete