maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
921 stars 77 forks source link

Color: TextView overlaps SeekBar #106

Closed enricocid closed 2 years ago

enricocid commented 2 years ago

Describe the bug r, g, b texts overlap the seekbar

Library Version: 2.2.7

To Reproduce Steps to reproduce the behavior:

  1. Action 1
  2. Action 2
  3. Action 3

Expected behavior Consider using material sliders + value label or use fixed size texts (i.e. add leading zeros, 005, 024...)

Screenshots gif_20220214_174939

Affected Device(s):

Additional context NA

maxkeppeler commented 2 years ago

Leading zeros don't look good imo. I just added a constraint barrier to the labels and values to fix it from the layout.

enricocid commented 2 years ago

Hi @maxkeppeler I can still reproduce the issue :)

  1. Change alpha to values < 100
  2. Change R slider to reproduce the issue
  3. Set R slider to values < 100
  4. Change G slider to reproduce the issue... and so on.