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
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
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