ColorPickerView
ColorPickerView copied to clipboard
How to make the selector slide no more than the ColorPickerView?
@skydoves Hi, Can the selector slide to no more than ColorPickerView?

Hey @hexianqiao3755, Could you share the original images of your palette and selector?
@skydoves Hi, could you let the selector stay inside of the circle palette boundary?

This is the original images of selector drawable. And I don't change palette's settings.
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadius="11dp"
android:shape="ring"
android:thickness="2dp"
android:useLevel="false">
<com.skydoves.colorpickerview.ColorPickerView android:id="@+id/colorPickerView" android:layout_width="140dp" android:layout_height="140dp" app:actionMode="last" app:selector="@drawable/selector_color" app:selector_size="30dp" android:layout_gravity="center" />
Hey guys, sorry for the very delayed response. I don't have plans to resolve this programmatically, instead, you can use an image, which includes some paddings. Thanks for reporting this issue!