From cf51d68015e978a935f114532544e158a3d48ffc Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 22 七月 2024 11:21:14 +0800 Subject: [PATCH] 2024年07月22日11:21:12 --- app/src/main/res/layout/swipe_right_layout.xml | 5 ++--- 1 files changed, 2 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 2f127ff..2b3e64e 100644 --- a/app/src/main/res/layout/swipe_right_layout.xml +++ b/app/src/main/res/layout/swipe_right_layout.xml @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="66dp" - android:layout_height="164dp" - android:layout_marginTop="@dimen/dp_12" + android:layout_height="148dp" android:orientation="vertical"> <View android:layout_width="wrap_content" - android:layout_height="@dimen/dp_16" /> + android:layout_height="@dimen/dp_8" /> <ImageView android:id="@+id/move_home_iv" -- Gitblit v1.8.0