app所有名称改为:驭鲲智防系统

This commit is contained in:
mxy6664
2026-07-28 09:49:15 +08:00
parent fb99e7ecf4
commit 55cf7196a6
4 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/login_title" android:text="@string/login_title"
android:textSize="26dp" android:textSize="22dp"
android:textStyle="bold" android:textStyle="bold"
android:textColor="@color/black" android:textColor="@color/black"
app:layout_constraintTop_toBottomOf="@id/logoFrame" app:layout_constraintTop_toBottomOf="@id/logoFrame"

View File

@@ -176,6 +176,7 @@
android:id="@+id/ivPasswordIcon" android:id="@+id/ivPasswordIcon"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:src="@mipmap/ma"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" /> app:layout_constraintBottom_toBottomOf="parent" />
@@ -217,6 +218,7 @@
android:id="@+id/ivInviteIcon" android:id="@+id/ivInviteIcon"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:src="@mipmap/ma"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />

View File

@@ -17,7 +17,7 @@
<string name="submit">提交</string> <string name="submit">提交</string>
<!-- Login Activity --> <!-- Login Activity -->
<string name="login_title">智能防御机</string> <string name="login_title">驭鲲智防系统</string>
<string name="sms_login">验证码登录</string> <string name="sms_login">验证码登录</string>
<string name="password_login">密码登录</string> <string name="password_login">密码登录</string>
<string name="phone_hint">请输入手机号</string> <string name="phone_hint">请输入手机号</string>

View File

@@ -14,7 +14,7 @@
<string name="submit">Submit</string> <string name="submit">Submit</string>
<!-- Login Activity --> <!-- Login Activity -->
<string name="login_title">Smart Defense Device</string> <string name="login_title">Yukun Intelligent Defense System</string>
<string name="sms_login">SMS Login</string> <string name="sms_login">SMS Login</string>
<string name="password_login">Password Login</string> <string name="password_login">Password Login</string>
<string name="phone_hint">Enter phone number</string> <string name="phone_hint">Enter phone number</string>