From 404e4c7e363601b232437d491ffcbfb336772f4d Mon Sep 17 00:00:00 2001 From: unknown <2055829622@qq.com> Date: 星期二, 21 三月 2023 21:50:57 +0800 Subject: [PATCH] 更改图标 --- app/src/main/res/layout/fragment_function.xml | 42 +++++++++++++++++++++++------------------- 1 files changed, 23 insertions(+), 19 deletions(-) diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml index 1750aa7..312a12c 100644 --- a/app/src/main/res/layout/fragment_function.xml +++ b/app/src/main/res/layout/fragment_function.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<layout xmlns:app="http://schemas.android.com/apk/res-auto" +<layout + xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"> <data> @@ -68,13 +69,15 @@ android:background="@drawable/ic_operate" /> </LinearLayout> + </com.hjq.bar.TitleBar> + <ImageView android:id="@+id/iv_group_photo" android:layout_width="match_parent" android:layout_height="@dimen/dp_200" - android:background="@drawable/img_sakura" + android:background="@drawable/margin_pic" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/titleBar" @@ -147,7 +150,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_family_root_net" /> <TextView android:layout_width="wrap_content" @@ -170,7 +173,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_notes" /> <TextView android:layout_width="wrap_content" @@ -193,7 +196,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_asset" /> <TextView android:layout_width="wrap_content" @@ -216,7 +219,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_honor" /> <TextView android:layout_width="wrap_content" @@ -242,7 +245,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" + android:background="@drawable/function_little_doctor" /> <TextView android:layout_width="wrap_content" @@ -267,7 +270,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" + android:background="@drawable/function_cleaning" /> <TextView android:layout_width="wrap_content" @@ -291,7 +294,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_mail_list" /> <TextView android:layout_width="wrap_content" @@ -314,7 +317,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_pamper_pet" /> <TextView android:layout_width="wrap_content" @@ -339,7 +342,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_income_expense" /> <TextView android:layout_width="wrap_content" @@ -376,7 +379,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_growth" /> <TextView android:layout_width="wrap_content" @@ -399,7 +402,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_marriage" /> <TextView android:layout_width="wrap_content" @@ -423,7 +426,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_property"/> <TextView android:layout_width="wrap_content" @@ -446,7 +449,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_wish"/> <TextView android:layout_width="wrap_content" @@ -471,7 +474,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_tour" /> <TextView android:layout_width="wrap_content" @@ -495,7 +498,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_health" /> <TextView android:layout_width="wrap_content" @@ -519,7 +522,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_honor" /> <TextView android:layout_width="wrap_content" @@ -543,7 +546,7 @@ <ImageView android:layout_width="@dimen/dp_24" android:layout_height="@dimen/dp_24" - android:background="@drawable/ic_delete" /> + android:background="@drawable/function_privacy" /> <TextView android:layout_width="wrap_content" @@ -561,5 +564,6 @@ + </androidx.constraintlayout.widget.ConstraintLayout> </layout> \ No newline at end of file -- Gitblit v1.9.1