Add animations to recyclerview

This commit is contained in:
2019-09-19 18:56:40 +02:00
committed by Matte23
parent c9989beb82
commit 0c8dde05a5
5 changed files with 47 additions and 26 deletions

View File

@@ -51,7 +51,7 @@
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:adjustViewBounds="true"
android:src="@drawable/baseline_keyboard_arrow_down_24"
android:src="@drawable/baseline_expand_more_24"
app:layout_constraintBottom_toTopOf="@+id/circular_reminder_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />