Create custom rating bar in android with padding supporting lower and higher devices
I want to create a rating bar , but since I guess my rating bar cannot be created using the standard xml attributes , I would have to opt for a custom way.
Most of the tutorials online for creating a custom rating bar are old. I wanted to know if there are any new and improved method for the same.
I tried using layered-list and setting the drawable in png etc. But it only works in PNG and I think it is not a good way to do that.
The rating bar I want to create is something like this :
<a...