Android drawableleft drawableTop 设置图片的大小

例子:   Drawable drawable=getResources().getDrawable(R.drawable.xx); //获取图片   drawable.setBounds(left, top, right, bottom);  //设置图片参数   xx.setCompoundDrawablesRelativeWithIntrinsicBounds(null,all,null,n
相关文章
相关标签/搜索