Android - Button behind seekbar -


how can if want click on button , button behind seekbar ?

the use case is: have custom seekbar width=match_parent, thumb of seekbar rectagle height=300dp , width=10dp. have buttons behind seekbar, , want click on them.

example image

update:

solved using onintercepttouchevent , dispatchtouchevent

give seekbar id, in button do

android:layout_below="@+id/yourseekbarid" 

it can else below.


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -