android CompoundDrawablesWithIntrinsicBounds用法

来源:互联网 发布:js输入框旁边提示信息 编辑:程序博客网 时间:2024/06/07 06:26

setCompoundDrawablesWithIntrinsicBounds用来设置符合控件的上下左右图片

setCompoundDrawablePadding用来设置图片与文字之间的距离

gestureBottom.setCompoundDrawablesWithIntrinsicBounds(

R.drawable.jiumu_gesture_menu, 0, 0, 0);
gestureBottom.setCompoundDrawablePadding(10);
0 0
原创粉丝点击