Add placeholder lists in home and library

This commit is contained in:
CappielloAntonio 2021-08-17 14:46:10 +02:00
parent 501a7af61e
commit 5bec2e610e
17 changed files with 1021 additions and 114 deletions

View file

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