how to fix seekbar-bar-thumb-centering-issues

后端 未结 4 1358
予麋鹿
予麋鹿 2020-12-08 09:43

I have set thumb image of a seek bar but my thumb looks little below of seek bar. How to set thumb at proper position of a seekbar. Have a look on the attached image

4条回答
  •  Happy的楠姐
    2020-12-08 10:21

    In fact, it is enough to define maxHeight to a big number like 1000dp.

    This also has the benefit of working with height=wrap_content and height=match_parent.

提交回复
热议问题