我在布局中添加了RatingBar:
<RatingBar
android:id="@+id/ratingbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:stepSize="1.0"
/>
Run Code Online (Sandbox Code Playgroud)
但评级栏的默认样式太大.
我试着通过添加android风格来改变它:style="?android:attr/ratingBarStyleSmall"
但结果太小,无法使用此属性设置费率.
我该怎么办?