skydoves / ColorPickerPreference

🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.
Apache License 2.0
480 stars 51 forks source link

Multiple preferences help please ! #26

Open 1stmetro opened 4 years ago

1stmetro commented 4 years ago

I have a settings activity with the various xml files one is a colour xml preference page with multiple <com.skydoves.colorpickerpreference.ColorPickerPreference items so you can change multiple colours using the preferences.

What is the easiest way to show the flag with the colour codes in a preference where a builder is not used ?

Can you also type directly into the colour code so you can select the colour by text input thats something i want to be able to implement.