rating bar becomes to large and is cut-off when adding custom images in android

前端 未结 2 468
一生所求
一生所求 2020-12-12 07:40

I followed an answer on stack overflow to adding a custom rating bar to an android project, here it is: https://stackoverflow.com/a/32828726/5909396

Just in case I a

2条回答
  •  轮回少年
    2020-12-12 08:39

    I made a library with a customizable rating bar. You can set full and empty icon and their size. I hope this helps you.

    This is an example of the usage, is very simple:

    
    

    Also you can set a listener to get on change value callback.

    Logical Rating Bar

提交回复
热议问题