浏览代码

修改学生端课表头像显示

Pq 8 月之前
父节点
当前提交
62d2210061
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      student/src/main/res/layout/item_course_table_layout.xml

+ 2 - 2
student/src/main/res/layout/item_course_table_layout.xml

@@ -46,8 +46,8 @@
 
 
     <com.cooleshow.base.widgets.QMUIRadiusImageView
     <com.cooleshow.base.widgets.QMUIRadiusImageView
         android:id="@+id/iv_avatar"
         android:id="@+id/iv_avatar"
-        android:layout_width="47dp"
-        android:layout_height="51dp"
+        android:layout_width="54dp"
+        android:layout_height="54dp"
         android:layout_marginTop="17dp"
         android:layout_marginTop="17dp"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintTop_toBottomOf="@+id/view_line"
         app:layout_constraintTop_toBottomOf="@+id/view_line"