user interface - Emulate android preference category look/feel -


i title bar style android preference category.

in activity (not preferenceactivity) how can use same style?

since spent last few hours trying answer old question, i'll here else. turns out resource preference category style using listseparatortextviewstyle.

you use this:

<textview android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="hello, world" style="?android:attr/listseparatortextviewstyle"/> 

using style="?android:attr/preferencecategorystyle" didn't work.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -