Fixed inconsistency with difficulty text and ratingbar on first startup.
This commit is contained in:
parent
1b9d4828f4
commit
36766b224a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@
|
||||||
android:layout_marginBottom="16dp"
|
android:layout_marginBottom="16dp"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:numStars="4"
|
android:numStars="4"
|
||||||
android:rating="2"
|
android:rating="1"
|
||||||
android:stepSize="1"
|
android:stepSize="1"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Loading…
Reference in a new issue