Added scrollbars to recyclerview dialog, fixed a crash on Marshmallow caused by casting to AnimatedVectorDrawable instead of AnimatedVectorDrawableCompat, fixed a bug that tinted the status bar blue instead of white/dark on certain devices while in light mode

This commit is contained in:
Deniz Düzgören
2019-08-11 20:25:01 +02:00
parent 60831aa2b2
commit eb758ed077
6 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
android:layout_width="match_parent"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp">
android:paddingBottom="8dp"
android:scrollbars="vertical">
<TableRow
android:layout_width="match_parent"
+2 -1
View File
@@ -24,7 +24,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
android:layout_height="match_parent"
android:scrollbars="vertical"/>
</RelativeLayout>