Pq преди 5 месеца
родител
ревизия
b5423e1c73

+ 3 - 2
student/src/main/res/layout/activity_sparring_course_detail_layout.xml

@@ -77,10 +77,11 @@
 
                 <com.cooleshow.base.widgets.QMUIRadiusImageView
                     android:id="@+id/iv_avatar"
-                    android:layout_width="47dp"
-                    android:layout_height="51dp"
+                    android:layout_width="54dp"
+                    android:layout_height="54dp"
                     android:layout_marginStart="11dp"
                     android:layout_marginTop="17dp"
+                    app:qmui_corner_radius="5dp"
                     app:layout_constraintBottom_toBottomOf="parent"
                     app:layout_constraintLeft_toLeftOf="parent"
                     app:layout_constraintTop_toBottomOf="@+id/view_line" />

+ 2 - 2
teacher/src/main/res/layout/activity_sparring_course_detail_layout.xml

@@ -86,8 +86,8 @@
 
                 <com.cooleshow.base.widgets.QMUIRadiusImageView
                     android:id="@+id/iv_avatar"
-                    android:layout_width="47dp"
-                    android:layout_height="51dp"
+                    android:layout_width="54dp"
+                    android:layout_height="54dp"
                     android:layout_marginStart="11dp"
                     android:layout_marginTop="17dp"
                     app:layout_constraintBottom_toBottomOf="parent"