Hi I am new to android development.
I want to design an vertical ScrollView which contains a ImageView and TextView. ImageView occupies top 50% height of screen, and the bottom part is TextView with dynamic content, which may occupy less or more than 50% height of screen height. So ScrollView will be scrollable only if text content occupies 50% more of screen ( please see below for example)
Is there any way to achieve this layout?
This is the layout. In your activity, you should set the
ImageView
's height as 50% of the screen height, like this:Hope this helped.