With Android SDK 1.1 r1, is there any way to change the RatingBar widget class's star image with my own? Is this possible at all? If so, then how? Thanks.
|
|
|
||
|
|
|
|
The short answer is it looks like it's techincally possible. The easiest way would be to create your own RatingBar based on the RatingBar sourcecode (more elegant would be to Source is available wtih git at developer.android.com. I suspect making your own rating bar is discouraged since it goes against the consistent look and feel of the OS. |
||
|
|
