[android-developers] Custom RatingBar Implementation

2011-08-02 Thread Saulo Aguiar
Hi all, i followed this article Pretty Rating Barhttp://kozyr.zydako.net/2010/05/23/pretty-ratingbar/ and it's working fine when i extends the @android:style/Widget.RatingBar. But when i try to extend the @android:style/Widget.RatingBar.Small the eclipse IDE points an error saying that are 'no

Re: [android-developers] Custom RatingBar Implementation

2011-08-02 Thread Tor Norbye
See the solution listed in http://code.google.com/p/android/issues/detail?id=18659 (and in particular see Xav's comment, #8). -- Tor On Tue, Aug 2, 2011 at 12:10 PM, Saulo Aguiar sauloaguia...@gmail.com wrote: Hi all, i followed this article Pretty Rating Bar and it's working fine when i

[android-developers] Custom RatingBar

2010-05-03 Thread Ajay
Hi, I wanted to use a different image for the rating bar. I tried to do this by extending the RatingBar widget style. ?xml version=1.0 encoding=utf-8? resources style name=myRatingBar parent=@android:style/Widget.RatingBar item