Removed fixed colors from layout

This commit is contained in:
CappielloAntonio 2022-01-10 12:35:56 +01:00
parent f6ab7fe5f2
commit 2439ff633b
7 changed files with 9 additions and 25 deletions

View file

@ -14,8 +14,6 @@
android:stepSize="1"
android:numStars="5"
android:rating="0"
android:progressTint="@color/starTintColor"
android:progressBackgroundTint="@color/starBackgroundTintColor"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"/>