Spacing between the stars of a rating bar?

后端 未结 2 1502
小鲜肉
小鲜肉 2020-12-10 18:22

ho can I set a spacing beween the stars? Thats my ratingbar:

ratingBar = (RatingBar) inflater.inflate(R.layout.ratingbar, null);
ratingBar.setLayoutParams(ne         


        
2条回答
  •  不思量自难忘°
    2020-12-10 19:10

    There's no simple way to modify the padding between images, better save time and simply add some space with any available image editor.

提交回复
热议问题