From fcdddf8b9b34f9930bec454b5fffe41c0e33ba3c Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期一, 24 四月 2023 21:17:05 +0800 Subject: [PATCH] 功能模块大部分 --- app/src/main/res/layout/activity_home_devices.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_home_devices.xml b/app/src/main/res/layout/activity_home_devices.xml index d1078b6..9698ca1 100644 --- a/app/src/main/res/layout/activity_home_devices.xml +++ b/app/src/main/res/layout/activity_home_devices.xml @@ -134,10 +134,9 @@ android:background="@color/color_normal_background" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@+id/titleBar" - app:layout_constraintVertical_bias="1.0" tools:itemCount="20" tools:layout_editor_absoluteX="-81dp" - tools:listitem="@layout/item_family_memorabilia" /> + tools:listitem="@layout/item_home_devices" /> </androidx.constraintlayout.widget.ConstraintLayout> -- Gitblit v1.9.1