Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作很多图像方面无关紧要的 ImageButtons。也就是说,我不在乎它是否被拉伸。它们是隐藏在背景之上的按钮。
有没有一种简单的方法可以通过图形编辑器来布局和拉伸我的 ImageButtons?我不想在我的 xml 中测试每个可能的填充。我只想拉伸图像的两侧,就好像它是 Office Word 一样。
请询问是否需要澄清。
我不太确定是否理解您的问题,但您可以使用 android:scaleType="fitXY" 来拉伸图像,并使用 android:adjustViewBounds="true" 让它们因缩放而调整边界。
我也不是 100% 确定你的问题。如果您想在 IDE 中执行此操作,eclipse 允许您通过拖动来定义按钮。