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.
update:
solved using onintercepttouchevent , dispatchtouchevent
give seekbar id, in button do
android:layout_below="@+id/yourseekbarid"
it can else below.
Comments
Post a Comment