Mohammad3125 / KavehColorPicker

Color picker library for android
MIT License
9 stars 1 forks source link

Error with the slider #2

Open MrElfajar opened 5 months ago

MrElfajar commented 5 months ago

IMG_20240615_210134

Mohammad3125 commented 5 months ago

Hey! Can you please give more information about how you got this error? Is this happening on a special situation? It would be helpful to list the API version you're using. Thanks.

MrElfajar commented 5 months ago

Android Version 12 KavehColorPicker v1.0.0

Step:

The KavehColorPicker is working fine. Maybe because I'm using this app https://github.com/tyron12233/CodeAssist to build the apk 😄.

Mohammad3125 commented 5 months ago

Android Version 12 KavehColorPicker v1.0.0

Step:

  • add KavehHueSlider and KavehAlphaSlider to xml layout
  • build the app
  • open the app
  • trying to slide the slider, both produce the same error

The KavehColorPicker is working fine. Maybe because I'm using this app https://github.com/tyron12233/CodeAssist to build the apk 😄.

Honestly I use API 31 (Android 12) as well but I didn't get any errors. Maybe try changing your parent layer in xml or try it on other API levels.

codewithnazeefu commented 2 months ago

Android Version 12 KavehColorPicker v1.0.0 Step:

  • add KavehHueSlider and KavehAlphaSlider to xml layout
  • build the app
  • open the app
  • trying to slide the slider, both produce the same error

The KavehColorPicker is working fine. Maybe because I'm using this app https://github.com/tyron12233/CodeAssist to build the apk 😄.

Honestly I use API 31 (Android 12) as well but I didn't get any errors. Maybe try changing your parent layer in xml or try it on other API levels.

Kindly give a solid reasong, why this error occuring?