Class RatingAppearance.Builder

    • Method Detail

      • setBackgroundStarColor

        @NonNull
        public RatingAppearance.Builder setBackgroundStarColor​(int backgroundStarColor)
        Returns Rating appearance configured with background star color.
        Parameters:
        backgroundStarColor - Rating background star color.
        Returns:
        RatingAppearance.Builder with the specified background star color.
      • setProgressStarColor

        @NonNull
        public RatingAppearance.Builder setProgressStarColor​(int progressStarColor)
        Returns Rating appearance configured with progress star color.
        Parameters:
        progressStarColor - Rating progress star color.
        Returns:
        RatingAppearance.Builder with the specified progress star color.