From 3013b813e5df6977c0be921928f73b1a3adde290 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 02 七月 2025 15:52:04 +0800
Subject: [PATCH] ### 一、巡查模块相关
---
app/src/main/res/layout/fragment_setting.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml
index 10dde6b..065a4d1 100644
--- a/app/src/main/res/layout/fragment_setting.xml
+++ b/app/src/main/res/layout/fragment_setting.xml
@@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
- tools:context="cn.flightfeather.thirdapp.fragment.SettingFragment">
+ tools:context="cn.flightfeather.thirdappmodule.fragment.SettingFragment">
<RelativeLayout
android:id="@+id/rl_container1"
@@ -24,13 +24,13 @@
android:id="@+id/text_version"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="鐗堟湰 V1.1.7"
- android:textSize="@dimen/textSize_notes"
- android:textColor="@color/white"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="16dp"
- android:layout_marginBottom="@dimen/dimen8"/>
+ android:layout_marginBottom="@dimen/dimen8"
+ android:text="鐗堟湰 V1.1.7"
+ android:textColor="@color/white"
+ android:textSize="@dimen/textSize_notes" />
<LinearLayout
android:id="@+id/ll_container_usericon"
@@ -77,14 +77,14 @@
android:background="@color/white"
android:orientation="vertical">
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/sc_edit_password"
style="@style/settingItemStyle"
app:img_src="@drawable/icon_change_password"
app:is_divider_visibility="true"
app:item_text="淇敼瀵嗙爜" />
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/sc_logout"
style="@style/settingItemStyle"
app:img_src="@drawable/icon_logout"
@@ -100,7 +100,7 @@
android:background="@color/white"
android:orientation="vertical">
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/contactcompany"
style="@style/settingItemStyle"
app:img_src="@drawable/contactcompany"
@@ -108,7 +108,7 @@
app:item_text="Debug鍔熻兘"
android:visibility="gone"/>
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/advise"
style="@style/settingItemStyle"
app:img_src="@drawable/icon_logout"
@@ -116,14 +116,14 @@
app:item_text="寤鸿鏈ㄧ"
android:visibility="gone"/>
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/comment"
style="@style/settingItemStyle"
app:img_src="@drawable/icon_evaluate"
app:is_divider_visibility="true"
app:item_text="鎴戣璇勪环" />
- <cn.flightfeather.thirdapp.view.SettingCommItemView
+ <cn.flightfeather.thirdappmodule.view.SettingCommItemView
android:id="@+id/joinus"
style="@style/settingItemStyle"
app:img_src="@drawable/icon_join_us"
--
Gitblit v1.9.3