From 0ec9693c39a910233fc186a8cefab9f61030df78 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 07 三月 2025 18:09:32 +0800
Subject: [PATCH] refactor(generallibrary):重构网络请求模块
---
generallibrary/src/main/res/layout/fragment_my.xml | 20 +++++---------------
1 files changed, 5 insertions(+), 15 deletions(-)
diff --git a/generallibrary/src/main/res/layout/fragment_my.xml b/generallibrary/src/main/res/layout/fragment_my.xml
index ede78b3..014772c 100644
--- a/generallibrary/src/main/res/layout/fragment_my.xml
+++ b/generallibrary/src/main/res/layout/fragment_my.xml
@@ -6,23 +6,13 @@
android:orientation="vertical"
android:background="#F5F5F5">
- <RelativeLayout
- android:id="@+id/header_layout"
+ <com.dayu.baselibrary.view.TitleBar
+ android:id="@+id/titleBar"
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_title_height"
- android:background="@color/bottom_color"
- android:elevation="4dp">
-
- <TextView
- android:id="@+id/titleBar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:text="鎴戠殑"
- android:textColor="@color/white"
- android:textSize="@dimen/title_text_size"
- android:textStyle="bold" />
- </RelativeLayout>
+ android:background="@color/title_bar_bg"
+ android:elevation="4dp"
+ app:centerText="鎴戠殑" />
<ScrollView
android:layout_width="match_parent"
--
Gitblit v1.8.0