I have built a tablelayout
which is basically done by LinearLayout
inside a ScrollView
. I made the user can scroll the view
Now i want to take the screen, shots of the full scroll view The probleme is: The view is nearly always bigger than the screen.
Is there a way to make a screenshot of the whole scrollview
layout? If not what do you think can do the job?
Please anyone help me
Thanks in advance