我也尝试使用 java 代码添加它;password.setCompoundDrawablesRelativeWithIntrinsicBounds(drawable, 0, 0, 0);我还搜索了解决此问题的方法,但无济于事,我只发现 drawableStart 也不起作用。
2 回答
慕运维8079593
TA贡献1876条经验 获得超5个赞
editText.setCompoundDrawablesWithIntrinsicBounds(0, 0, R.drawable.drawableRight, 0);
尝试:
setCompoundDrawablesWithIntrinsicBounds(left,top,right,bottom)
与:
setCompoundDrawablesRelativeWithIntrinsicBounds
添加回答
举报
0/150
提交
取消