-1

I need to get rating value without intermediate values like 4.5,3.5 etc what I want is to get a rating like 4,5 etc. right now my rating bar is like this

enter image description here

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Jobin Jeeji
  • 25
  • 1
  • 8

1 Answers1

2

in your xml add this for the ratingbar

android:stepSize="1"
Sajith
  • 713
  • 6
  • 21