Re: : [android-developers] Re: Color Picker Preference

2012-07-06 Thread Mark Murphy
On Fri, Jul 6, 2012 at 5:14 AM, Kostya Vasilyev wrote: > There is a nice color picker on Google Code called AmbilWarna. > > Converting it to a Dialog preference is trivial, start by subclassing :) I also put together a ColorPreference, based on a ColorMixer widget, some time ago: https://github.

Re:: [android-developers] Re: Color Picker Preference

2012-07-06 Thread Kostya Vasilyev
There is a nice color picker on Google Code called AmbilWarna. Converting it to a Dialog preference is trivial, start by subclassing :) 06.07.2012 13:04 пользователь "Alfa" <672008...@student.uksw.edu> написал: > in dont realy get it. can u explaint more? or a litle sample code maybe. > because i

Re: [android-developers] Re: Color Picker Preference

2010-04-13 Thread Thomas Gonnin
Hi, First, your preference activity should implement ColorPickerDialog.OnColorChangedListener Then add a PreferenceScreen and register setOnPreferenceClickListener to a function where you will do a new ColorPickerDialog().show(). Finally, implement your colorChanged function where you will use you