I created a layout xml file that contains an extended textview.
What I want is to draw the textview in a bitmap.
What do I have to do after inflating the view so that I can use the draw method on the my canvas?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Below are the steps to perform what you want:
That’s all, in your Bitmap you will have your view and all of it children drawn.