style: 国际事故签证列表项与筛选项左对齐
列表项卡片外层 marginHorizontal 由 15dp 调整为 5dp, 使卡片左右边缘与第一个筛选项视觉对齐(屏幕 15dp 处), 保持左右边距对称。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user