From 5a8278faefaefaa90cbe438c1643c987da2f473b Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 08 十二月 2023 11:27:08 +0800
Subject: [PATCH] Changes
---
app/src/main/res/layout/activity_new_card.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/src/main/res/layout/activity_new_card.xml b/app/src/main/res/layout/activity_new_card.xml
index de64059..f4c747f 100644
--- a/app/src/main/res/layout/activity_new_card.xml
+++ b/app/src/main/res/layout/activity_new_card.xml
@@ -9,7 +9,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dimen_title_height"
android:background="@drawable/title_bar_bg"
- app:centerText="鏂板崱娉ㄥ唽"
+ app:centerText="鏂板崱寮�鎴�"
app:leftImage="@mipmap/icon_back" />
<ScrollView
@@ -67,7 +67,7 @@
android:id="@+id/newCard_scanBtn"
android:layout_width="45dp"
android:layout_height="45dp"
- android:visibility="gone"
+
android:padding="10dp"
android:src="@mipmap/icon_scan" />
@@ -89,7 +89,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:digits="0123456789Xx"
- android:inputType="numberSigned"
+ android:inputType="text"
android:maxLength="18"
android:textSize="@dimen/new_card_size" />
@@ -101,7 +101,7 @@
style="@style/newCardLL"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="鎵弿鍚庤鏍稿韬唤淇℃伅鏃犺"
+ android:text="璇锋牳瀵硅韩浠戒俊鎭棤璇�"
android:textColor="#FF4500"
android:visibility="gone" />
@@ -163,7 +163,7 @@
android:layout_alignParentBottom="true"
android:background="@color/title_bg"
android:gravity="center"
- android:text="娉ㄥ唽"
+ android:text="寮�鎴�"
android:textColor="#000000"
android:textSize="@dimen/new_card_size" />
</RelativeLayout>
\ No newline at end of file
--
Gitblit v1.8.0