More rounded corners for Home banner

This commit is contained in:
Prathamesh More 2021-11-12 11:07:02 +05:30
parent 30282e79fe
commit 3fe882c79c
6 changed files with 8 additions and 8 deletions

View file

@ -74,8 +74,8 @@
android:id="@+id/imageContainer"
android:layout_width="0dp"
android:layout_height="0dp"
app:cardCornerRadius="16dp"
app:cardUseCompatPadding="true"
app:cardCornerRadius="40dp"
android:layout_margin="16dp"
app:layout_constraintDimensionRatio="21:10"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"