Android Button in Gridlayout don't have same margin top
问题 I got a GridLayout, and there will be two or more buttons in the layout, and all the buttons must with same width. My problem is that when the buttons having different line number of text, the marginTop of button will different too. How can I fix this? Thanks. <GridLayout android:id="@+id/grid_buddies" android:columnCount="4" android:layout_width="match_parent" android:layout_height="wrap_content"> <Button android:layout_width="60dp" android:layout_height="match_parent" android:text="TEST"/>