On Mon, Jan 9, 2012 at 7:56 PM, Vincent <[email protected]> wrote: > I'm new to Preference Activity, I can now use it to change Strings. > I want to know if it is possible to change color preferences, and if yes, > how? >
http://developer.android.com/reference/android/graphics/Color.html http://developer.android.com/reference/android/content/SharedPreferences.html#getInt(java.lang.String, int) http://developer.android.com/reference/android/content/SharedPreferences.Editor.html#putInt(java.lang.String, int) ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

