首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

图片安插EditView中

2012-09-08 
图片插入EditView中/*在xml中很简单 只要在EditView中设置属性Drawable{Right | Left | Top | Bottom} 在

图片插入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); 

热点排行