<RatingBar
android:id="@+id/ratingBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:stepSize="0.1"
android:isIndicator="true"
android:rating="3.1"
/>
如果我將評分從3.1提高到3.5,那麼評分顯示僅爲3.5。評級欄中的StepSize Android
我需要評分以確切的價值(例如:3.1)。
StepSize也設置爲0.1。
任何人都可以幫助我。
在此先感謝。
我不能靜態使用成爲我會從服務器** **數據**。 – Akila
哪種類型的數據來自服務器?相同像3.1,3.2 ... –
它可能從0.1到5 – Akila