Browse Source

修改样式走查问题

Pq 11 months ago
parent
commit
b58e2b3d89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      teacher/src/main/res/layout/ac_user_detail_layout.xml

+ 1 - 1
teacher/src/main/res/layout/ac_user_detail_layout.xml

@@ -289,7 +289,7 @@
         <TextView
             android:id="@+id/tv_subject_value"
             android:layout_width="0dp"
-            android:maxLines="2"
+            android:maxLines="3"
             android:ellipsize="end"
             android:layout_height="wrap_content"
             android:includeFontPadding="false"