As I understood you have a main display where you have a label with the text none scrollable and a small image showing the photo.
Then when you click on the label you show a new activity with a scrollview and a label on it allowing to show the whole text.
And clicking on the small image you show a new activity with the big image that can be scrolled or moved like in ScrollImage.zip.
Best regards.
Yes. However, in the main display I also want to be able to scroll the text in the small label vertically (that's OK as I'm currently able to do that using code from your LongTextSimple example) and to be able to scroll the photo in the (small) image - currently in an ImageView view - both horizontally & vertically. It's the latter facility that I asked you about previously i.e. is there an example in another thread for this?. This is because the photos being placed in the (small) image vary widely in resolution, so that sometimes it's good to scroll the small image & sometimes it's good to scroll the big image in a new activity's layout.
Also, what method would you recommend for vertical scrolling only of text in the full screen mode? Specifically, would you recommend:
scrolling as per LongTextSimple (i.e. having a label inside a ScrollView) or the method as per the photo but only using the vertical scrolling part of it.