我在xml中声明了一组Buttons
(不是ImageButtons
)。它们包含背景图像。我希望能够通过使用权重来指示Button
通过xml的宽度......但我想让高度由图像的纵横比决定。
我看到similar question here,答案涉及添加android:adjustViewBounds="true"
,但问题涉及ImageViews
而不是Buttons
,当我尝试添加相同的Button
时{{1}}代码,似乎无效。
可以实现我想要的吗?
答案 0 :(得分:0)
您可以使用:
android:scaleType="fitXY"
在Button或ImageButton的布局中(如果使用ImageButton,则更好。)