Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的列表视图上实现一个节标题。可以在 android 的设置菜单中找到的那个。有没有不使用第三方资源的本地方式来实现这一点?谢谢!
带有部分标题的 Android 上的设置菜单。示例图像。
安卓设置
使用这个作为标题和上面的列表视图
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Hello, World" style="?android:attr/listSeparatorTextViewStyle"/>