如何在任意ListView中创建类似于Preferences(PreferenceCategory)中的类别?
我发现android.R.layout.preference_category可以呈现灰色的TextView,但是从java代码的任何地方都看不到它.
解决方法
How do I create categories in an arbitrary ListView like those in
Preferences (PreferenceCategory)?
I’ve found android.R.layout.preference_category
that renders that grey
TextView but don’t see it mentioned anywhere from java code.
http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/
请注意,代码来自Android 0.9
并可能需要稍微修改
在Android 1.5中工作.
我有一个Android 1.5兼容
他的代码变化在:
http://commonsware.com/AdvAndroid/
(向下滚动,单击源代码
链接,看看
ListView / Sections项目)
– 马克·墨菲(Commons Guy)http://commonsware.com
忙碌编码的Android开发版本2.0指南可用!谢谢,马克!