I would like to implement a section header like on my listview. The one that can be found on android's settings menu. Is there a native way of implementing this without using 3rd party resources? Thanks!
Settings Menu on Android with Section Headers. Sample image.

Android Settings
Use this as the title and above listview
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello, World"
style="?android:attr/listSeparatorTextViewStyle"/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With