Skip to content Skip to sidebar Skip to footer

Positioning A Text On An Image Based On A Textview's Position

I'm trying to draw text on an image based on a textView's position which will change and determined at run time. I have scaling issues. note the text doesn't have a color when it's

Solution 1:

I was unable to achieve this so I used Canvas instead. and the text color was changing because of the Bitmap.config


Post a Comment for "Positioning A Text On An Image Based On A Textview's Position"