我在expandablelistview中有一个Group项
if (convertView == null) {
LayoutInflater infalInflater = (LayoutInflater) context
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
convertView = infalInflater.inflate(R.layout.elvcitiesgroupitemopt,
null);
}
如何在getgroupview中更改textview的背景(可绘制)?
答案 0 :(得分:0)
发现自己 - 这里适合所有想到相同的人
TVSet.setBackground( context.getResources().getDrawable(R.drawable.mbutt_setup1));