From 12d6db5780d8a2121a3bef2d58bf897b24ff552a Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期三, 12 六月 2024 15:54:29 +0800
Subject: [PATCH] Merge branch 'dev'
---
app/src/main/res/layout/swipe_right_layout.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/swipe_right_layout.xml b/app/src/main/res/layout/swipe_right_layout.xml
index 9e67d01..2f127ff 100644
--- a/app/src/main/res/layout/swipe_right_layout.xml
+++ b/app/src/main/res/layout/swipe_right_layout.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="66dp"
- android:layout_height="142dp"
+ android:layout_height="164dp"
android:layout_marginTop="@dimen/dp_12"
android:orientation="vertical">
<View
android:layout_width="wrap_content"
- android:layout_height="@dimen/dp_19" />
+ android:layout_height="@dimen/dp_16" />
<ImageView
android:id="@+id/move_home_iv"
@@ -17,7 +17,7 @@
<View
android:layout_width="wrap_content"
- android:layout_height="@dimen/dp_16" />
+ android:layout_height="@dimen/dp_32" />
<ImageView
android:id="@+id/del_home_iv"
--
Gitblit v1.8.0