Hi,

I have a RatingBar with 5 stars and a 0.5 stepsize. If i put the
RatingBar in a normal Activity, everything goes fine, but if I put the
same RatingBar in the same Activity with the Theme put as
@android:style/Theme.Dialog the stepsize is not working fine.

I don't know how to explain, so here are some screenshots:

http://i42.tinypic.com/2hwpmyp.jpg
http://i44.tinypic.com/5cjfw8.jpg
http://i42.tinypic.com/2are5d.jpg
http://i39.tinypic.com/2ci6xqr.jpg
http://i44.tinypic.com/2m3mc80.jpg

As you can see, the 0.5 stepsize is getting smaller as I increment the
value.

Is this a known issue? How I can avoid it?

This is my xml code for the RatingBar:

//-------------------------------------

        <RatingBar
                android:id="@+id/rbDificultad"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:layout_below="@id/tvCompletado"
                android:numStars="5"
                android:stepSize="0.5"
                android:rating="0"/>

-------------------------------------//

Thanks in advance.

-- 
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