Android(JAVA)

레이팅바 (별점)

invalueable 2020. 4. 28. 11:41

레이팅바로 별점을 주고있었는데 뻘건 별들을 주황색으로 바꾸고싶었다

 

이항목들을 레이팅바 부분에 추가 해주면된다! //xml 파일  

android:progressTint="#FE7B05"
android:progressBackgroundTint="#FE7B05"
android:secondaryProgressTint="#FE7B05"

 

  • 채워진 별 색상 (progressTint)  
  • 채워지지 않은 별 색상 (progressBackgroundTint)
  • 별의 테두리 색상 (secondaryProgressTint)

굳. 오랜쥥!

 

 

 

android:isIndicator="true" // 이값을 true로 설정하면 별점을 고정시킨다