fix: 事故签证列表页新增/删除按钮间距和padding修正
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -101,16 +101,16 @@
|
|||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="36dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:padding="2dp"
|
android:padding="4dp"
|
||||||
android:src="@drawable/img_add" />
|
android:src="@drawable/img_add" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="36dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginStart="8dp"
|
android:layout_marginLeft="16dp"
|
||||||
android:onClick="@{()-> viewModel.deleteClick()}"
|
android:onClick="@{()-> viewModel.deleteClick()}"
|
||||||
android:padding="2dp"
|
android:padding="4dp"
|
||||||
android:src="@drawable/img_delete" />
|
android:src="@drawable/img_delete" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user