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