From a97887610a91392e9b2d5e12a4eea4de9a8b5b04 Mon Sep 17 00:00:00 2001 From: linminjie <1004644107@qq.com> Date: Tue, 26 Mar 2024 10:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=96=87=E4=BB=B6=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E6=94=B9=E4=B8=BA?= =?UTF-8?q?tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_type_doctor_layout.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/item_type_doctor_layout.xml b/app/src/main/res/layout/item_type_doctor_layout.xml index f7a90c0..1696327 100644 --- a/app/src/main/res/layout/item_type_doctor_layout.xml +++ b/app/src/main/res/layout/item_type_doctor_layout.xml @@ -94,6 +94,8 @@ android:layout_height="wrap_content" android:layout_below="@+id/tv_dept" android:layout_marginTop="10dp" + android:singleLine="true" + android:ellipsize="end" android:gravity="center" tools:text="泗阳县来安医院" android:textColor="#ffe1e1e1"