How to design Layout like below

  • Replies:2
Sivakumar rajendran
  • Forum posts: 1

Jun 17, 2016, 6:40:55 PM via Website

image

How to design layouts like below. multiple views(Listview,gridview,image slider) in a single screen and when scroll entire screen need to scroll. how to achieve this?

Reply
Ashish Tripathi
  • Forum posts: 211

Jun 28, 2016, 10:07:33 AM via Website

Well may be you can try

I am taking relative layout as parent

1: create relative layout and let say it' s id is param1. Inside that layout design you search controls.

2: take another relative layout and let say it's id is param2. assign it to below the param1. In this layout design your image control and the the text as shown in the screenshot.

3:Take another relative layout and let say it;s id is param3. assign it to below param2. Inside this design your listview.

4: Take another relative layout and let say it's id is param4 an assign it to below param3. Design your list inside it.

For the screen scrolling put your relative layout i.e. param1 inside the scrollView.

Reply
Jackie Chen
  • Forum posts: 16

Sep 7, 2016, 5:44:31 AM via Website

Worth a try! Thank you for sharing

Reply