Is there a way to change RatingBar Widget size , programmatically without using xml styles?
I know we can customize size of RatingBar using xml styles , but it is still not generic enough , i seem to encounter some of good github libraries that achieve this goal but they are offering it for cost of API 15+ , my minSDK is 10 , so can anyone help identify solution to :
Reduce size of ratingBar widget programmatically under api 10 ?