actor background color fixed

This commit is contained in:
LagradOst 2022-03-14 13:50:09 +01:00
parent fb8874621a
commit 507be7e705
2 changed files with 2 additions and 3 deletions

View file

@ -10,12 +10,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:cardCornerRadius="@dimen/rounded_image_radius"
app:cardBackgroundColor="?attr/boxItemBackground"
app:cardBackgroundColor="?attr/primaryBlackBackground"
android:foreground="@drawable/outline_drawable"
android:layout_marginEnd="10dp">
<LinearLayout
android:layout_width="100dp"
android:orientation="vertical"

View file

@ -413,6 +413,7 @@
android:layout_height="wrap_content" />
<androidx.recyclerview.widget.RecyclerView
android:paddingTop="5dp"
tools:itemCount="2"
android:fadingEdge="horizontal"
android:requiresFadingEdge="horizontal"