在Android中的ImageButton中填充空间

时间:2017-02-10 10:46:04

标签: android imagebutton android-imagebutton

enter image description here

我的设置有什么问题?我想填写ImageButton中的所有内容。试图将所有保证金设置为0但没有帮助。

enter image description here

scaleTypecenterCrop

cropToPadding:true

adjustViewBound:true

我还需要什么?

2 个答案:

答案 0 :(得分:0)

您是否注意到,在您的屏幕截图中,样式值为' imageButtonStyle',可能包含一些样式导致此...

此外,您有背景,即' btn_default_material ......'。 只需清理此背景,看看它是否有帮助。这可能是首先考虑检查

最后, 对编码最佳做法非常重要 ,我希望您的应用对女孩和女士表示尊重; - )

模糊面孔对这张图片来说是件好事。

答案 1 :(得分:0)

将scaleType设置为fitXY

android:scaleType="fitXY"