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.
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.