skydoves / ColorPickerPreference

🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.
Apache License 2.0
477 stars 51 forks source link

Selector clipping #18

Closed magnusfernandes closed 4 years ago

magnusfernandes commented 4 years ago

The selector gets clipped on the vertical border of the widget when I touch the extreme ends.

skydoves commented 4 years ago

This issue can be resolved by adding the below code to the parent layout.

android:clipChildren="false"