SherlockListFragment cachecolorhint

时间:2012-07-12 09:46:40

标签: android actionbarsherlock

我使用FragmentTabsPager示例在我的应用程序上实现了view pager。我正在使用SherlockListFragment和asynctask获取数据并设置适配器。列表出现在片段上,但问题是我无法设置列表android:cachecolorhint,它是白色的(我想这是因为主题)。我怎么能改变这个?

谢谢,

1 个答案:

答案 0 :(得分:1)

已排序,只使用了getListView()。setCacheColorHint(0);在我的onactivitycreated方法