- /*在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中
最新推荐文章于 2017-03-04 23:19:09 发布
本文介绍如何在XML布局文件中为EditText控件设置复合图标,通过设置Drawable属性实现图标在不同位置的显示。

1434

被折叠的 条评论
为什么被折叠?



