医生详情简介行数限制

dev
李桢 6 months ago
parent 9314109be2
commit 890c78b69c
  1. 8
      app/src/main/res/layout/activity_doctor_detail.xml
  2. BIN
      imlib/build/intermediates/compile_only_not_namespaced_r_class_jar/release/R.jar
  3. 2
      imlib/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties
  4. BIN
      rtclib/build/intermediates/compile_only_not_namespaced_r_class_jar/release/R.jar
  5. 2
      rtclib/build/intermediates/incremental/packageReleaseResources/compile-file-map.properties

@ -80,7 +80,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/tv_name" android:layout_below="@+id/tv_name"
android:layout_alignLeft="@+id/tv_name" android:layout_alignLeft="@+id/tv_name"
android:layout_marginTop="33dp" android:layout_marginTop="23dp"
tools:text="所属医院:福建省医科大学附属协和医院" tools:text="所属医院:福建省医科大学附属协和医院"
android:textColor="@color/grey_c0cbd1" android:textColor="@color/grey_c0cbd1"
android:textSize="16sp" /> android:textSize="16sp" />
@ -102,13 +102,15 @@
<TextView <TextView
android:id="@+id/tv_doctor_brief" android:id="@+id/tv_doctor_brief"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/tv_affiliation_hospital" android:layout_below="@+id/tv_affiliation_hospital"
android:layout_alignLeft="@+id/tv_name" android:layout_alignLeft="@+id/tv_name"
android:layout_above="@+id/lin_video" android:layout_above="@+id/lin_video"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginRight="80dp" android:layout_marginRight="30dp"
android:maxLines="4"
android:ellipsize="end"
tools:text="医生简介:主任医师,福建医科大学附属协和主任医师,福建医科大学附属协和医院体检中心主任,中华医学会福建健康管理学分会副主任委员;近年来特别关注疾病预防及慢性疾病的健康管理工作,使慢性疾病的诊治更加系统化。" tools:text="医生简介:主任医师,福建医科大学附属协和主任医师,福建医科大学附属协和医院体检中心主任,中华医学会福建健康管理学分会副主任委员;近年来特别关注疾病预防及慢性疾病的健康管理工作,使慢性疾病的诊治更加系统化。"
android:textColor="@color/grey_c0cbd1" android:textColor="@color/grey_c0cbd1"
android:textSize="16sp" /> android:textSize="16sp" />

@ -1 +1 @@
#Tue Aug 29 13:42:19 CST 2023 #Thu Mar 21 09:37:26 CST 2024

@ -1 +1 @@
#Tue Aug 29 13:42:19 CST 2023 #Thu Mar 21 09:37:26 CST 2024

Loading…
Cancel
Save