extView.setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) 这个看你设定的是在哪个方向了,就把drawable放在哪个对应的位置。 如果放在文本框的右面,这样就可以了 getCompoundDrawables()[2]
如果放在其他的位置按着这样写就可以了
extView.setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) 这个看你设定的是在哪个方向了,就把drawable放在哪个对应的位置。 如果放在文本框的右面,这样就可以了 getCompoundDrawables()[2]
如果放在其他的位置按着这样写就可以了