lukelorusso / VerticalSeekBar

[AndroidLib] A nicer, redesigned and vertical SeekBar for Android 🎛
Apache License 2.0
261 stars 27 forks source link

Width height 0dp in constraintlayout #13

Open failllix opened 3 years ago

failllix commented 3 years ago

Whenever the vertical scrollbar is placed within a constraint layout and the height is set to 0dp, the view is invisible. The layout borders are calculated correctly but I guess the inner card view is not sized appropriately. As @pfoof already pointed out in issue #7 this is probably due to the missing "onMeasure()" implementation. Any insights on how to solve this issue are highly appreciated and I would love to help fixing this whilst learning more about custom views, however, as said I couldn't figure it out on my own yet.

lukelorusso commented 3 years ago

Hi and thank you for your interest in VerticalSeekBar! You actually opened an already existent issue... but ok, I'll pass on that. In the other issue I asked to make a pull request to solve the problem... but nobody wants to do it. What you can do is sharing a piece of code that might replicate the issue (both xml and kt codes). Keep things simple, just share the code that involve the issue, in order to give me some material to work on. Thank you!