lmw
2024-11-12 610a2aedd505bb4d8fb29f0bc6741ced74218bb0
app/src/main/res/layout/item_course_grid.xml
@@ -8,12 +8,13 @@
        android:layout_height="0dp"
        app:layout_constraintDimensionRatio="167:219"
        android:layout_marginHorizontal="7dp"
        android:layout_marginVertical="9dp"
        android:layout_marginVertical="10dp"
        android:id="@+id/iv_bg"
        app:roundedCornerRadius="10dp"
        app:roundedCornerRadius="15dp"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintBottom_toBottomOf="parent"
        app:placeholderImage="@color/textColor99"
        app:actualImageScaleType="centerCrop"/>
    <androidx.constraintlayout.widget.ConstraintLayout