Commit 1cf3d4c9 authored by yinjiacheng's avatar yinjiacheng

fix SHQCLIENT-1629 订单详情页活动标题过长显示

parent be6f24bd
......@@ -36,7 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxWidth="@dimen/dp293"
android:maxWidth="@dimen/dp200"
android:maxLines="1"
android:onClick="@{() -> vm.gotoMarketingDetail(data.marketingId)}"
android:text="@{data.marketingName}"
......@@ -44,7 +44,7 @@
android:textSize="@dimen/sp16"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:text="拼餐优惠多多" />
tools:text="拼餐优惠多多拼餐优惠多多拼餐优惠多多拼餐优惠多多拼餐优惠多多" />
<ImageView
android:layout_width="@dimen/dp14"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment