Creating user preferences looks like standard

I wrote a special preference object for the Android search engine based on an article here: http://robobunny.com/wp/2011/08/13/android-seekbar-preference/

For my version, I completely create a preference in the project that I use (i.e. I have seek_bar_preference.xml, but not the preferences.xml example from the example)

The only thing I came across was trying to map it to the default notification layout. For instance. I want to have the same addition, font size, a brighter color for the "title" than "summary", and the ability to turn off preferences, and it looks the same as the main androids.

Is there a specific theme or style that I have to use in order to inherit all the default settings. If possible, I do not want to have multiple layouts for different versions of Android.

+3
source share

All Articles