Fixed inconsistency with difficulty text and ratingbar on first startup.

This commit is contained in:
Christopher Beckmann 2020-11-03 16:31:53 +01:00
parent 1b9d4828f4
commit 36766b224a

View file

@ -135,7 +135,7 @@
android:layout_marginBottom="16dp"
android:clickable="true"
android:numStars="4"
android:rating="2"
android:rating="1"
android:stepSize="1"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"