From 3a161aeef6dfe08aa80fca6fb2c1650ebdd31d59 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 01 二月 2024 15:29:19 +0800
Subject: [PATCH] 天气相关
---
app/src/main/res/layout/fragment_my.xml | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/app/src/main/res/layout/fragment_my.xml b/app/src/main/res/layout/fragment_my.xml
index ab21108..4b443bb 100644
--- a/app/src/main/res/layout/fragment_my.xml
+++ b/app/src/main/res/layout/fragment_my.xml
@@ -6,14 +6,10 @@
android:layout_height="match_parent"
android:background="@color/bg_color">
- <com.dayu.pipirrapp.view.TitleBar
+
+ <include
android:id="@+id/title"
- android:layout_width="match_parent"
- android:layout_height="45dp"
- android:layout_alignParentTop="true"
-
- app:centerText="涓汉涓績" />
-
+ layout="@layout/top_title" />
<View
@@ -136,6 +132,7 @@
android:layout_marginTop="1dp">
<TextView
+ android:id="@+id/changePS"
android:layout_width="match_parent"
android:layout_height="@dimen/item_height"
--
Gitblit v1.8.0