Seekbar on top of view
问题 I am trying to implement a seekbar on top of a view like in Google Play Music app. I couldn't find answer for this anywhere.I tried negative marginBottom but the thumb was getting cut off. I found a similar post on SO SeekBar at the top of the layout in Android but with no answer so had to post this. Please help. Reference image from Google play music below. <FrameLayout android:id="@+id/rl_pager" android:layout_width="match_parent" android:layout_height="match_parent" > <ViewPager android:id