Expandablelistview更改drawable

时间:2015-03-11 15:17:57

标签: android background expandablelistview

我在expandablelistview中有一个Group项

if (convertView == null) {
        LayoutInflater infalInflater = (LayoutInflater) context
                .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
        convertView = infalInflater.inflate(R.layout.elvcitiesgroupitemopt,
                null);
    }

如何在getgroupview中更改textview的背景(可绘制)?

1 个答案:

答案 0 :(得分:0)

发现自己 - 这里适合所有想到相同的人

TVSet.setBackground( context.getResources().getDrawable(R.drawable.mbutt_setup1));