side-codes / Android-Color-Picker

Color picker library for Android
https://side-codes.github.io/andColorPicker/
Apache License 2.0
320 stars 21 forks source link

Define the size in the code #206

Open GXSZone opened 3 years ago

GXSZone commented 3 years ago
  <dimen name="acp_seek_progress_corner_radius">4dp</dimen>
  <dimen name="acp_seek_progress_padding">5dp</dimen>
  <dimen name="acp_seek_progress_height">10dp</dimen>
  <dimen name="acp_thumb_stroke_width">4dp</dimen>
  <dimen name="acp_thumb_size_full">20dp</dimen>
  <dimen name="acp_thumb_size_default">24dp</dimen>
  <dimen name="acp_thumb_ripple_radius">15dp</dimen>
  1. The value defined above can be set in the code

  2. SeekBar can customize the color array

smelfungus commented 3 years ago

@GXSZone, thank you for your feature request. I'll look into it for future releases.