读书人

图片安插EditView中

发布时间: 2012-09-08 10:48:07 作者: rapoo

图片插入EditView中

/*在xml中很简单 只要在EditView中设置属性Drawable{Right | Left | Top | Bottom} 在设置中可以使用 */EditText text = (EditText)findViewById(R.id.text); text.setCompoundDrawables(null, null, getResources().getDrawable(R.drawable.check_box), null); 

读书人网 >移动开发

热点推荐