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
Post a Comment