- /*在xml中很简单只要在EditView中设置属性Drawable{Right|Left|Top|Bottom}在设置中可以使用*/
- EditTexttext=(EditText)findViewById(R.id.text);text.setCompoundDrawables(null,null,getResources().getDrawable(R.drawable.check_box),null);
图片插入EditView中
最新推荐文章于 2018-03-03 20:04:59 发布