自定义RatingBar向我展示了阴影
如何隐藏这个影子?
<RatingBar android:id="@+id/ratingBarMain" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/textView6" android:layout_toRightOf="@+id/imgThumbFix" android:clickable="false" android:progressDrawable="@drawable/ratingbar_red_small" android:stepSize="1" />
解决方法
组
android:layout_height="EQUAL_TO_IMAGE_HEIGHT"
例
android:layout_height="35dp"