工作面与记录数字格式显示优化

This commit is contained in:
2025-09-14 12:01:48 +08:00
parent 87278949d1
commit fa2672d6d7
8 changed files with 56 additions and 54 deletions
@@ -28,7 +28,7 @@
android:layout_marginBottom="10dp"
tools:itemCount="20"
android:overScrollMode="never"
tools:listitem="@layout/list_item_tunnel_working_record_item"
tools:listitem="@layout/list_item_tunnel_working_item"
android:background="@drawable/bg_stroke_gray"/>
</LinearLayout>
@@ -28,7 +28,7 @@
android:layout_marginBottom="10dp"
tools:itemCount="10"
android:overScrollMode="never"
tools:listitem="@layout/list_item_tunnel_working_record_item"
tools:listitem="@layout/list_item_tunnel_working_item"
android:background="@drawable/bg_stroke_gray"/>
</LinearLayout>