I\'m facing troubles with making layouts look nice.
To understand basics, I\'ve decided to create a simple calculator app.
So, I\'m using a GridLayout nested in a Li
Change your = and 0 buttons to:
[EDIT]
I realised from your comment that the = button was protruding to the bottom of the screen. This will be because you assigned a high weight to the calculator so using fill_vertical would do that.
I am assuming (but correct me if I'm wrong) from the desired graphic you showed that you want the calculator to be aligned to the bottom of the screen. If that's the case, here's my suggested amendment to your layout (tldr: use RelativeLayout instead of LinearLayout):