Lars Werkman

Results 8 comments of Lars Werkman

... Strange issue will try to look for a solution

@mg6maciej yes that is exactly what is happening. the reason for this is when setting a color in the color picker you have to translate this to a radial value...

Also a great comment! I will try something this week!

So I checked with Android views and they don't seem to inplement the isintouchmode and also always return "true". is that right?

@zsoltk Yes I think that's the issue, Currently I'm totally out of time to fix this issue. A pull request is much appreciated.

@AndroidDeveloperLB maybe you could explain to me what's unclair to you? So that I can update the decumentation or add an simple demo app.

@taimur97 The getColor() method returns an Integer. To display an Integer as a hex you can use: Integer.toHexString(value), to set it as an background just do something like view.setBackgroundColor(value)

Thanks @bkhall yeah you could do that I think!