标签: android button drawable
我有一个Button,没有文字,右侧有一个可通过setCompoundDrawablesWithIntrinsicBounds添加的可绘制内容。但是,在左侧,我想删除一些未使用的空间。有没有办法做到这一点?我发现以某种方式修复此问题的唯一方法是设置按钮的填充以使drawable居中。
Button
setCompoundDrawablesWithIntrinsicBounds
答案 0 :(得分:1)
如果您不使用文字,则应使用ImageButton。
设置setBackgroundDrawable并快乐^^