Hey there I have been wanting to implement a layout that is responsive and scaleable. I have been looking into the Linear Layout with the layout_weight attribute but to no success.
Asked
Active
Viewed 27 times
1 Answers
0
After some intense search I found this can be achieve by a couple of ways. Either by using GridLayout
or GridView
or by just manipulating LinearLayout
with elements inside it.

PedroQ
- 15
- 5