From b2340ac4ce1c9ea2070c0e7fb72a03fb2b2500ad Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期四, 19 三月 2026 15:27:32 +0800
Subject: [PATCH] 2026年03月19日15:27:21 蓝牙开发中
---
app/src/main/res/layout/fragment_home_page.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/app/src/main/res/layout/fragment_home_page.xml b/app/src/main/res/layout/fragment_home_page.xml
index 4e296a1..45da0b8 100644
--- a/app/src/main/res/layout/fragment_home_page.xml
+++ b/app/src/main/res/layout/fragment_home_page.xml
@@ -35,6 +35,18 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:src="@drawable/add" />
+
+ <TextView
+ android:id="@+id/exit_tv"
+ android:layout_width="wrap_content"
+ android:layout_height="@dimen/dp_20"
+ android:text="@string/exit"
+ android:textColor="@color/text_38C494"
+ android:textSize="@dimen/text_14"
+ android:layout_alignParentEnd="true"
+ android:layout_centerVertical="true"
+ android:visibility="gone"
+ />
</RelativeLayout>
<com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout
--
Gitblit v1.8.0