From 7f812abc2908469d5cb9bcf507d9fcef92f42cb4 Mon Sep 17 00:00:00 2001 From: YANGJIANKUAN Date: Mon, 5 Jan 2026 11:00:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20opt=20=E5=87=BA=E6=B8=AF=E8=BF=90?= =?UTF-8?q?=E6=8A=B5=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module_gjc/src/main/res/layout/item_int_exp_arrive.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/module_gjc/src/main/res/layout/item_int_exp_arrive.xml b/module_gjc/src/main/res/layout/item_int_exp_arrive.xml index 6a04338..4af8eca 100644 --- a/module_gjc/src/main/res/layout/item_int_exp_arrive.xml +++ b/module_gjc/src/main/res/layout/item_int_exp_arrive.xml @@ -78,7 +78,7 @@ @@ -120,6 +120,9 @@ android:layout_height="wrap_content" android:text="@{bean.agentName}" android:textColor="@color/text_normal" + android:lines="1" + android:maxLines="1" + android:ellipsize="end" android:textSize="16sp" /> @@ -213,7 +216,7 @@ @@ -288,7 +291,7 @@