From 444d043aa8ccf487924c0b92f7ffaa498bb79f76 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 29 Aug 2024 17:06:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=81=AF=E7=B9=AB?= =?UTF-8?q?=E4=BA=BA=E5=88=97=E8=A1=A8=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/attention_item_new.xml | 19 +++++++++++++++++- .../main/res/layout/fans_list_item_new.xml | 19 +++++++++++++++++- .../main/res/layout/list_item_friend_new.xml | 20 +++++++++++++++++-- 3 files changed, 54 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/attention_item_new.xml b/app/src/main/res/layout/attention_item_new.xml index 981cbbc01..268983431 100644 --- a/app/src/main/res/layout/attention_item_new.xml +++ b/app/src/main/res/layout/attention_item_new.xml @@ -4,9 +4,25 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/rly" android:layout_width="match_parent" - android:layout_height="71dp" + android:layout_height="@dimen/dp_84" + tools:background="@color/black" android:orientation="horizontal"> + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fans_list_item_new.xml b/app/src/main/res/layout/fans_list_item_new.xml index 50d40ff1a..d46dd4e99 100644 --- a/app/src/main/res/layout/fans_list_item_new.xml +++ b/app/src/main/res/layout/fans_list_item_new.xml @@ -4,10 +4,26 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/rly" android:layout_width="match_parent" - android:layout_height="70dp" android:gravity="center_vertical" + android:layout_height="@dimen/dp_84" + tools:background="@color/black" android:orientation="horizontal"> + + + \ No newline at end of file diff --git a/app/src/main/res/layout/list_item_friend_new.xml b/app/src/main/res/layout/list_item_friend_new.xml index 7166bc34b..5fbe6b0b1 100644 --- a/app/src/main/res/layout/list_item_friend_new.xml +++ b/app/src/main/res/layout/list_item_friend_new.xml @@ -4,9 +4,25 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="match_parent" - android:layout_height="71dp" + android:layout_height="@dimen/dp_84" + tools:background="@color/black" android:orientation="horizontal"> + + - + \ No newline at end of file