Something is missing in the snippet below. Type in the input field what should be there instead of the gap to set R.drawable.custom_thumb_drawable as thumb drawable.
<SeekBar
android:id="@+id/seekBar"
android:progress="50"
________________________
android:secondaryProgress="70"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>