管理小型场景的评级栏

时间:2019-06-29 06:07:07

标签: android ratingbar

enter image description here

如何在小屏幕上管理收视率星级,我已经使用 sudo npm i --save http-proxy-middleware //it is also avilable on yarn scalx和样式,但是遇到了同样的问题。在小尺寸屏幕上仅显示4星

scaly

使用小尺寸显示

<RatingBar
                    android:id="@+id/ratingBar"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:numStars="5"
                    android:scaleX="0.6"
                    android:scaleY="0.6"
                    android:theme="@style/MyRatingBar"
                    style="?android:attr/ratingBarStyleIndicator"
                    android:progressDrawable="@drawable/custom_stars"
                    app:layout_constraintBottom_toTopOf="@+id/textView229"
                    app:layout_constraintEnd_toEndOf="parent"
                    app:layout_constraintHorizontal_bias="0.5"
                    app:layout_constraintStart_toStartOf="parent"
                    app:layout_constraintTop_toBottomOf="@+id/textView228" />

enter image description here

0 个答案:

没有答案