I have 4 icons. I want to create 4 rectangles with icons on it. Also I want to add text below icons. Which components should I use? How to implement it?
I trie GridLayout and TableLayout but I don’t have any idea how to do it.
I want to design native app using material design.
I designed demo dashboard in photoshop. My app home screen should look like following
Please help! I am android beginner.
2
Answers
Edited Try This Code…
you can do above task simply by LinearLayout by following steps
1.divide layout vertically in four parts(1st and 3rd part for image and 2nd and 4th part for text)
2.divide each vertical part into 2 horizontal part.
I have done a similar task using the same it worked perfect for me.