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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -