3

How can I put relative layout inside a scrollview? I want a scrollable view that contains pictures and texts like this:

The screen should look like this

I searched the Internet for solution or example, but in every sample project they use linear layout. Please help!

Thanks in advance.

Tamas Koos
  • 1,053
  • 3
  • 15
  • 35

2 Answers2

2

Take a look at this tutorial it has exactly what you need.

crazyPixel
  • 2,301
  • 5
  • 24
  • 48
0

Based on what you are describing + your mock, you should use a ListView with a header that contains your picture (on the top of the list)

Thomas Bouron
  • 613
  • 3
  • 11