Closed NicodeLee closed 5 years ago
I get it,thanks.
i want that when i click on textview(in which i saved the background color),indicator of color picker itself move on that color which i previously saved .How i can achieve it by your library??
@ayushigpt I'm sorry about the late reply. on v1.0.1 you can move selector's points as using colorPickerView.setSelectorPoint(int x, int y) method.
@skydoves colorPickerview.setSelectorPoint(int x,int y) method not working fine when i touch the imageview (where i saved my color) to find that color on palette but the selector of palette going outside the palette .Selector should be remain inside the palette and indicate that color but i should not Please reply as soon as possible
I'm sorry about the late reply.It fixed. Thank you.
Hi , How can i get the X and Y coordinates on colorlistener?
@rameshjilla You can get it by using setOnTouchListener and onTouch have parameter MotionEvent.From MotionEvent object you can getX() and getY()
Thanks for you job.