Drawable drawable=getResources().getDrawable(R.drawable.xx); //获取图片
drawable.setBounds(left, top, right, bottom); //设置图片参数
xx.setCompoundDrawablesRelativeWithIntrinsicBounds(
null
,all,
null
,
null
); //设置到哪个控件的位置()
图片与文字距离 :属性android:drawablePadding=""
时间: 2024-10-01 21:39:17