1,setCompoundDrawables(Drawable left, Drawable top,Drawable right, Drawable bottom) 设置图片出现在textView,button,editText的各个方向.其中,left是drawable类型的. 2.如何获取上面的drawable Drawable drawable = getResources().getDrawable(R.drawable.username); drawable.setBounds(5,