i saw style="?android:attr/ratingBarStyleSmall" makes it small, but it
shows 10 stars out of which 3 are active, i need 3 stars out of which
1 is active and programmatically make it to 2 and 3 after some time.

my layout looks like this

        <RatingBar android:id="@+id/RatingBar01" style="?android:attr/
ratingBarStyleSmall"
                        android:layout_width="wrap_content"
android:layout_height="fill_parent"
                        android:max="3" android:rating="1" android:numStars="3"
android:focusable="false"
                        android:clickable="false" android:layout_weight="1" 
></RatingBar>

thanks in advance

Jagat

On Nov 20, 9:35 pm, Jags <jag...@gmail.com> wrote:
> i tried to put a rating bar.
>
> i made it focussable=false and Clickable=false, but when i run it it
> is focusable and runnable.
>
> I tried to put in small dimensions, but the big stars are coming, how
> to make small, I am using android 1.5, seems there is no style=small
> attribute !
>
> regards
> Jagat

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to