Want to customize a ratingbar, online has a lot of tutorials, step by step definition, run, suddenly found the display is incomplete, as follows:
Very depressed, can not find the reason, online search, found a lot of answers, are not solved, there is a way to reduce the resolution of the picture, as the answer says
Http://stackoverflow.com/questions/12382632/how-to-set-the-custom-size-of-the-stars-in-ratingbar
However, why others run well, suddenly inspired a now, the custom Ratingbar drawable resources from ldpi to hdpi, the problem solved, the original system will follow different files, adopt different compression methods, the solution is so simple.
Move a custom picture from ldpi to hdpi
Because the internet did not see this solution, it is recorded here, hoping to give a reference.
Android Development: Custom Ratingbar icon Display not complete solution