Hi,
I'm trying to play around with a RatingBar, but something is really wrong.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
>
<RatingBar
android:id="@+id/shoppingitem_rating"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:rating="0"
style="?android:attr/ratingBarStyleSmall"
/>
</LinearLayout>
Here is my layout XML. This results in a black view with a white rectangle (that is not small, I might add). What is going on?
Here is a screenshot: