From 8be60f25b3ac4c96fc042befae84e8bf4914d7eb Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 22 四月 2025 14:38:42 +0800
Subject: [PATCH] 2025年04月22日14:38:32

---
 app/src/main/res/layout/swipe_right_layout.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/swipe_right_layout.xml b/app/src/main/res/layout/swipe_right_layout.xml
index bafaa12..d5e349a 100644
--- a/app/src/main/res/layout/swipe_right_layout.xml
+++ b/app/src/main/res/layout/swipe_right_layout.xml
@@ -14,8 +14,8 @@
 
         <ImageView
             android:id="@+id/move_home_iv"
-            android:layout_width="@dimen/dp_50"
-            android:layout_height="@dimen/dp_50"
+            android:layout_width="@dimen/dp_36"
+            android:layout_height="@dimen/dp_36"
             android:src="@drawable/move_house" />
 
     </LinearLayout>
@@ -31,8 +31,8 @@
 
         <ImageView
             android:id="@+id/del_home_iv"
-            android:layout_width="@dimen/dp_50"
-            android:layout_height="@dimen/dp_50"
+            android:layout_width="@dimen/dp_36"
+            android:layout_height="@dimen/dp_36"
             android:src="@drawable/del_home" />
 
 

--
Gitblit v1.8.0