ListView标题与Android设置相同

时间:2013-09-02 19:16:32

标签: android listview layout

我想在listview上实现一个节标题。可以在android的设置菜单上找到的那个。是否有本地方式在不使用第三方资源的情况下实现此目的?谢谢!

带有章节标题的Android设置菜单。示例图片。

enter image description here

Android Settings

1 个答案:

答案 0 :(得分:5)

将此作为标题及以上列表视图

<TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Hello, World"
    style="?android:attr/listSeparatorTextViewStyle"/>