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 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/fragment_setting.xml b/app/src/main/res/layout/fragment_setting.xml
index 96f6523..065a4d1 100644
--- a/app/src/main/res/layout/fragment_setting.xml
+++ b/app/src/main/res/layout/fragment_setting.xml
@@ -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"

--
Gitblit v1.9.3