[android-developers] Re: Move vertical Seekbar thumb to the progress drawable height?

2018-02-28 Thread Hiren Patel
Hi Nikola, I have tried your solution but still facing same issue, so if you can post your code here then we can get help from same. Thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] Re: Move vertical Seekbar thumb to the progress drawable height?

2016-10-01 Thread Eoin Clancy
Hey Nikola, Im facing this same issue now! You wouldn't still have the code available would you? I tried implementing your solution but im still left with the same result Thanks. On Tuesday, October 11, 2011 at 5:07:43 PM UTC+1, NikolaMKD wrote: > > I have vertical seekbar. > > In the class

[android-developers] Re: Move vertical Seekbar thumb to the progress drawable height?

2011-10-11 Thread NikolaMKD
It's ok. I solved it myself. I just created method that will call setProgress(getMax() - (getMax() - progress)) inside my custom class that extended Seekbar. Cheers On Oct 11, 6:07 pm, NikolaMKD nikola.despoto...@gmail.com wrote: I have vertical seekbar. In the class which extends Seekbar I