android-ColorPickerPreference
android-ColorPickerPreference copied to clipboard
Prevent wrong chars in hex input
Please use the following attribute for view EditText hex_val to prevent wrong chars in hex input:
android:digits="0123456789ABCDEF"
PR for this issue is welcome ;)