소스 검색

修改学生端课表头像显示

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
         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"
         app:layout_constraintLeft_toLeftOf="parent"
         app:layout_constraintTop_toBottomOf="@+id/view_line"