Round migration card corners
This commit is contained in:
parent
9a6b8a3f41
commit
765eac843d
@ -6,11 +6,12 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="@drawable/library_item_selector">
|
android:background="@drawable/library_item_selector">
|
||||||
|
|
||||||
<FrameLayout
|
<androidx.cardview.widget.CardView
|
||||||
android:id="@+id/card"
|
android:id="@+id/card"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="220dp"
|
android:layout_height="220dp"
|
||||||
android:background="?attr/colorSurface"
|
android:background="?attr/colorSurface"
|
||||||
|
app:cardCornerRadius="4dp"
|
||||||
app:layout_constraintDimensionRatio="0.75"
|
app:layout_constraintDimensionRatio="0.75"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
@ -24,7 +25,6 @@
|
|||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="?android:attr/colorBackground"
|
android:background="?android:attr/colorBackground"
|
||||||
tools:background="?android:attr/colorBackground"
|
tools:background="?android:attr/colorBackground"
|
||||||
tools:ignore="ContentDescription"
|
|
||||||
tools:src="@mipmap/ic_launcher" />
|
tools:src="@mipmap/ic_launcher" />
|
||||||
|
|
||||||
<View
|
<View
|
||||||
@ -94,7 +94,7 @@
|
|||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:indeterminate="true" />
|
android:indeterminate="true" />
|
||||||
|
|
||||||
</FrameLayout>
|
</androidx.cardview.widget.CardView>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/card_scroll_content"
|
android:id="@+id/card_scroll_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user