Round migration card corners

This commit is contained in:
Jobobby04 2021-05-04 13:01:23 -04:00
parent 9a6b8a3f41
commit 765eac843d

View File

@ -6,11 +6,12 @@
android:layout_height="wrap_content"
android:background="@drawable/library_item_selector">
<FrameLayout
<androidx.cardview.widget.CardView
android:id="@+id/card"
android:layout_width="wrap_content"
android:layout_height="220dp"
android:background="?attr/colorSurface"
app:cardCornerRadius="4dp"
app:layout_constraintDimensionRatio="0.75"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@ -24,7 +25,6 @@
android:layout_height="match_parent"
android:background="?android:attr/colorBackground"
tools:background="?android:attr/colorBackground"
tools:ignore="ContentDescription"
tools:src="@mipmap/ic_launcher" />
<View
@ -94,7 +94,7 @@
android:visibility="gone"
android:indeterminate="true" />
</FrameLayout>
</androidx.cardview.widget.CardView>
<LinearLayout
android:id="@+id/card_scroll_content"