fix: 国内进港移库列表项两行列宽不一致导致标签错位
主应用移库列表第三列「重量」weight 为 0.7 而「起始站」为 0.8, 两行 weight 总和不同使各列起点偏移;统一为 0.8 后上下对齐。 同时修正 module_gnj 旧版移库列表项同列 completeSpace 不一致。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
completeSpace="@{4}"
|
||||
completeSpace="@{5}"
|
||||
android:text="运单号:" />
|
||||
|
||||
<TextView
|
||||
@@ -262,7 +262,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
completeSpace="@{4}"
|
||||
completeSpace="@{5}"
|
||||
android:text="重量:" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user