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

后端 未结 4 1354
予麋鹿
予麋鹿 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条回答
  •  [愿得一人]
    2020-12-08 09:59

    I simply resolved the misaligned horizontal seekbar thumb by setting layout_height of the seekbar to wrap_content instead of match_parent

提交回复
热议问题