Issue
[![this is the image of my layout on android studio][1]][1]
I am trying to adjust the buttons I created on the layout, but i am not finding the the button to do that on my android studio. the tutorial I am watching called the button "MinWidth", it should be adjusted to 48dp to reduce the buttons. [1]: https://i.stack.imgur.com/dXVUK.png
Solution
Try manipulating these parameters of the button :
android:layout_width android:layout_height
Answered By - Shubham