style: 国际事故签证列表项与筛选项左对齐

列表项卡片外层 marginHorizontal 由 15dp 调整为 5dp,
使卡片左右边缘与第一个筛选项视觉对齐(屏幕 15dp 处),
保持左右边距对称。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 13:16:11 +08:00
parent 5750ab2036
commit 3a9f7f07e6

View File

@@ -12,11 +12,11 @@
type="Integer" />
</data>
<!-- 外层容器承载间距 -->
<!-- 外层容器承载间距marginHorizontal=5dp 使卡片左边缘与筛选项卡片对齐SmartRefreshLayout 10dp + 5dp = 15dp等于筛选项父 10dp + PadSearchLayout 内部 5dp -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="15dp"
android:layout_marginHorizontal="5dp"
android:layout_marginVertical="5dp"
android:orientation="vertical">