[6.8.0-fix]

1、修复B1、B2乘客屏幕站点过长滚动抽搐问题。必须设置固定宽度。
This commit is contained in:
donghongyu-pc
2024-11-20 10:55:44 +08:00
parent ecac38b34d
commit 94046a67fd

View File

@@ -145,7 +145,7 @@
<com.mogo.och.common.module.wigets.MarqueeTextView
android:id="@+id/station_name_tv"
android:layout_width="0dp"
android:layout_width="@dimen/dp_450"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_6"
android:ellipsize="marquee"