Milos Marinkovic
Milos Marinkovic
I was busy with other things (still am), but you're invited to fork and do it :)
Would you really want to expand to `match_parent`? The number of lines in the picker is _fixed_, so it would look really wierd if you don't control the width. You...
I used it in a project on GitHub, even `weight` worked. Maybe Android Studio is having issues rendering it, did you try it on a device? Layout: https://github.com/milosmns/contacts-generator-android/blob/master/app/src/main/res/layout/activity_main.xml Style: https://github.com/milosmns/contacts-generator-android/blob/master/app/src/main/res/values/view_styles.xml
Understood. Can you try to remove the buttons? You can use `show_controls` and `show_fast_controls` to hide them. Width is tied to height only when buttons are visible. For the time...
Hi, sorry not possible right now. Feel free to fork the repo and extend the functionality
Nothing I can think of right now. You can check this answer: https://github.com/milosmns/circular-slider-android/issues/9 Maybe it's something you can use and manipulate for your case
Ah, that... no, not really... sorry. An open line would make it a curved seekbar, sort of... and unfortunately I'm quite busy with other stuff so don't have time to...
It's not disturbing at all 😄 Sorry I couldn't be of more help at this time
Out of the box - no. You have to do it yourself. I can offer you some help though. -- What you can do is track previous positions to know...
Off the top of my head, I think nobody complained about this before, so I think you might be doing something wrong with that call on your side. Perhaps try...