style: 弱化国际出港/进港子列表分割线颜色

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-19 11:21:38 +08:00
parent 7c4d1cebe3
commit 02773b3f90
12 changed files with 12 additions and 11 deletions

View File

@@ -466,7 +466,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999" />
android:background="@color/sub_list_divider" />
<!-- 子列表 RecyclerView -->
<androidx.recyclerview.widget.RecyclerView

View File

@@ -132,7 +132,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999" />
android:background="@color/sub_list_divider" />
</LinearLayout>

View File

@@ -509,7 +509,7 @@
visible="@{bean.hasWaybillDetails &amp;&amp; !bean.isLoading.get()}"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999"
android:background="@color/sub_list_divider"
android:visibility="gone" />
<!-- 子列表 RecyclerView (有数据时显示) -->

View File

@@ -110,7 +110,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999" />
android:background="@color/sub_list_divider" />
</LinearLayout>
</layout>

View File

@@ -394,7 +394,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999" />
android:background="@color/sub_list_divider" />
<!-- 子列表 RecyclerView -->
<androidx.recyclerview.widget.RecyclerView

View File

@@ -101,7 +101,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999"/>
android:background="@color/sub_list_divider"/>
<!-- 子列表 RecyclerView -->
<androidx.recyclerview.widget.RecyclerView android:id="@+id/rv_sub" android:layout_width="match_parent" android:layout_height="wrap_content" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"/>
</LinearLayout>

View File

@@ -132,7 +132,7 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/c999999" />
android:background="@color/sub_list_divider" />
</LinearLayout>