From b6ec92e64239b407f8c3b48445c145c03f0cfe73 Mon Sep 17 00:00:00 2001 From: metacubex Date: Sat, 10 Dec 2022 11:39:34 +0800 Subject: [PATCH] chore: adjust profile layout --- design/src/main/res/layout/adapter_profile.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/design/src/main/res/layout/adapter_profile.xml b/design/src/main/res/layout/adapter_profile.xml index 17e8b278..5d592680 100644 --- a/design/src/main/res/layout/adapter_profile.xml +++ b/design/src/main/res/layout/adapter_profile.xml @@ -23,7 +23,8 @@ android:id="@+id/root_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="5dp" + android:layout_marginVertical="5dp" + android:layout_marginHorizontal="@dimen/item_header_margin" android:background="@drawable/bg_b" android:clickable="true" android:focusable="true"