Show other views in a PreferenceActivity (Android)
In one of the entries of my PreferenceActivity I'd like to put an h开发者_如何学运维orizonal progress bar.
Is posible do that? If yes How can I do it? (I only see the option for adding Preference views)
Thanks in advance
You have to make a custom preference.
Check out the tutorial in this post:
http://www.kaloer.com/android-preferences
or, even better:
http://android-journey.blogspot.com/2010/01/for-almost-any-application-we-need-to.html
精彩评论