1. 程式人生 > >android radiobutton 改變drawabletop圖片的大小

android radiobutton 改變drawabletop圖片的大小

RadioButton 上 通過deawabletop設定了圖片,但是無論設定layout_height還是layout_margin都無法改變縮放圖片


在網上找了很久方法,找到個

drawables = getCompoundDrawables();
drawables[1].setBounds();
setCompoundDrawables(drawables[0],drawables[1],drawables[2].drawables[3]);


但不想通過java程式碼設定,太麻煩,也看不到大小,糾結了很久,發現:

咦,我可以把圖片改小的。。。。然後就可以了。。。暈