From a1d1fb7c44e33c4baeb52964a027932018bc1325 Mon Sep 17 00:00:00 2001 From: Linjiajia <319408893@qq.com> Date: 星期二, 04 四月 2023 16:35:39 +0800 Subject: [PATCH] 家大事记添加接口、家庭资产、家庭设备 --- app/src/main/res/layout/fragment_function.xml | 28 ++++++++++++++++++++++++++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml index a73a4df..58f109f 100644 --- a/app/src/main/res/layout/fragment_function.xml +++ b/app/src/main/res/layout/fragment_function.xml @@ -175,8 +175,8 @@ app:layout_constraintTop_toTopOf="@id/layout_home_root_net"> <ImageView - android:layout_width="@dimen/dp_24" - android:layout_height="@dimen/dp_24" + android:layout_width="wrap_content" + android:layout_height="wrap_content" android:background="@drawable/function_notes" /> <TextView @@ -357,6 +357,30 @@ android:textSize="@dimen/sp_14" /> </LinearLayout> + <LinearLayout + android:id="@+id/layout_home_devices" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:gravity="center" + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="@id/layout_family_memorabilia" + app:layout_constraintStart_toStartOf="@id/layout_family_memorabilia" + app:layout_constraintTop_toTopOf="@+id/layout_income_and_expenses"> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@drawable/function_home_devices" /> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/dp_4" + android:text="瀹跺涵璁惧" + android:textColor="@color/black" + android:textSize="@dimen/sp_14" /> + </LinearLayout> + <TextView android:id="@+id/tv_personal_module" android:layout_width="wrap_content" -- Gitblit v1.9.1