question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not correct position for alphaSlideBar after first init colorPickerView color.

See original GitHub issue

open demo ,you can find the alpha is 0xff, but not at the end of the sliderbar. the problem is in your class file AbstractSlider.java

  protected int getSelectorHalfSize() {
    return (int) (selector.getMeasuredWidth());
  }

not divide by two. brightnessSlideBar extends this class may be the same problem. Hope it is useful to you.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
skydovescommented, Feb 21, 2021

@PierfrancescoSoffritti
Oh, I think that’s another issue. 🤦‍♂ I will look into the details. Thanks!

1reaction
PierfrancescoSoffritticommented, Feb 16, 2021

hey @skydoves, do you have plans for fixing this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

html - How to position a color picker opened through HTML5's ...
After page load ("AfterViewInit" in Angular), I picked all inputs with the type color. One of them should be the color input I...
Read more >
Color Pickers - ColorPickerView - The Android Arsenal
set an initial position of the selector using a specific color. This attribute will work with only a default HSV palette.
Read more >
Color Picker | Interaction Programming (CSE 340) - Washington
There are two parts to this assignment, creating an RGB color picker interactor which lets you choose a color on a rainbow circle...
Read more >
Color picker libraries to use in 2021 - LogRocket Blog
Developers have so many options when it comes to color picker libraries. Learn more about the color picker libraries you should use in...
Read more >
How to implement Color Picker in android | by Jaewoong Eum
gradle, add a below dependency. compile 'com.github.skydoves:colorpickerpreference:1.0.2'. ColorPickerView. If you want to implement ColorPicker on your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found