0

To develop these kind of layout, is it good to use Relativelayout?, if i use relative layout does it fit well in all devices?,

Any alternative example or sample layouts?. Suggest best way to implement this

enter image description here

Naruto
  • 9,476
  • 37
  • 118
  • 201

1 Answers1

1

You should make a custom view for this interface for reuse. A nest of Relative and Linear layouts should do the job. LinearLayout1(horizontal)--->image,LinearLayout2,button LinearLayout2(vertical)--->vertical texts

Also you might be interested in borderless buttons

Community
  • 1
  • 1
penduDev
  • 4,743
  • 35
  • 37