AppCompatSeekBar left and right padding removal?

前端 未结 2 1785
渐次进展
渐次进展 2021-02-19 06:35

     

        
2条回答
  •  无人及你
    2021-02-19 07:13

    Why not try modify it by java code.try the following sample code.

     seekBar.setPadding(0, 0, 0, 0);
    

    This may helps you.

提交回复
热议问题