更改可扩展列表中父项的颜色

时间:2015-03-22 21:04:42

标签: android expandablelistview

我想在mainActivity中改变可扩展列表中父级的背景颜色。

背景颜色将在某个特定父级中更改。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

不确定你的意思但是如果你想设置父背景颜色,只需将它添加到它的xml中: android:background = "@color/green"

如果您只关注ExpendableList项目,请将上面的行添加到其布局中。

您可以在此处查看示例:http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/