QuadFlask / colorpicker

🍭color picker for android
1.22k stars 219 forks source link

I have a realy big white circle in the middle! #130

Open Filler-dev opened 2 years ago

Filler-dev commented 2 years ago

How I can fix this?

yingding commented 2 years ago

I assume this means the app:initialColor is not set, thus the default initalColor White is chosen. I don't know how to deactivate the initialColor but you can use a different one. Hier is an example activity on Wear OS of how you can do that (https://github.com/yingding/android-examples/blob/master/ktWearOSColorPickerExamples/quadflask/src/main/java/com/example/quadflask/MainActivity.kt)