android – 隐藏评级栏的阴影

前端之家收集整理的这篇文章主要介绍了android – 隐藏评级栏的阴影前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
自定义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"
原文链接:https://www.f2er.com/android/314299.html

猜你在找的Android相关文章