如何设置评分栏的星形颜色?我想要黄色的星星。
最简单的方法:
android:progressTint="@color/color"
光滑有光泽。
这对我有用:
Drawable drawable = ratingBar.getProgressDrawable(); drawable.setColorFilter(Color.parseColor("#FFFDEC00"), PorterDuff.Mode.SRC_ATOP);