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 @@