如何从 java代码中设置TextView的android:drawableEnd? setCompoundDrawablesRelativeWithIntrinsicBounds(int,int,int,int)只能用于left,right,top和bottom.如何设置drawableEnd? 有一个类似的方法叫做setCompoundDrawabl
setCompoundDrawablesRelativeWithIntrinsicBounds(int,int,int,int)只能用于left,right,top和bottom.如何设置drawableEnd? 有一个类似的方法叫做setCompoundDrawablesRelativeWithIntrinsicBounds(int,int,int,int),其中参数引用start,top,end,bottom
您需要具有最低级别为17或更高的API.