Fix classic theme queue and colors

This commit is contained in:
Hemanth S 2020-05-12 01:53:09 +05:30
parent e61294d281
commit 950e840083
3 changed files with 161 additions and 84 deletions

View file

@ -28,7 +28,7 @@
android:nestedScrollingEnabled="false"
android:overScrollMode="never"
android:visibility="gone"
app:itemMargin="96dp"
app:itemMargin="28dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/title"

View file

@ -20,7 +20,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="@tools:sample/lorem" />
tools:text="@tools:sample/full_names" />
<androidx.recyclerview.widget.RecyclerView