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

@@ -37,6 +37,7 @@
<color name="color_bottom_layout">#5c6890</color> <color name="color_bottom_layout">#5c6890</color>
<color name="color_f2">#F2F2F2</color> <color name="color_f2">#F2F2F2</color>
<color name="line">#EEEEEE</color> <color name="line">#EEEEEE</color>
<color name="sub_list_divider">#DDDDDD</color>
<color name="transparent">#00000000</color> <color name="transparent">#00000000</color>
<color name="bottom_tool_tips_text_color">#797979</color> <color name="bottom_tool_tips_text_color">#797979</color>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -101,7 +101,7 @@
<com.google.android.material.divider.MaterialDivider <com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1px" android:layout_height="1px"
android:background="@color/c999999"/> android:background="@color/sub_list_divider"/>
<!-- 子列表 RecyclerView --> <!-- 子列表 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"/> <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> </LinearLayout>

View File

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

View File

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

View File

@@ -455,7 +455,7 @@
android:id="@+id/divider_header" android:id="@+id/divider_header"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1px" android:layout_height="1px"
android:background="@color/c999999" /> android:background="@color/sub_list_divider" />
<!-- 子列表 RecyclerView --> <!-- 子列表 RecyclerView -->
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView

View File

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

View File

@@ -468,7 +468,7 @@
android:id="@+id/divider_header" android:id="@+id/divider_header"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1px" android:layout_height="1px"
android:background="@color/c999999" /> android:background="@color/sub_list_divider" />
<!-- 子列表 RecyclerView --> <!-- 子列表 RecyclerView -->
<androidx.recyclerview.widget.RecyclerView <androidx.recyclerview.widget.RecyclerView