我在做菜单。问题是我的按钮彼此太近了。我想把它们分开一点。另外我想将它们(rozszerzyć je)扩展到相似的大小。
这里有代码:
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/button2"
android:layout_centerHorizontal="true"
在这里你有这个问题的图像:
并且 4 个按钮中的每个按钮都有类似的代码。(区别在于 layout_above.
怎么做?提前致谢!