From 43c5c8c8faaf25621b0a5445681b543f1a460eea Mon Sep 17 00:00:00 2001 From: javalover123 Date: Wed, 13 Mar 2024 12:32:02 +0200 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E5=88=99=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=EF=BC=8C=E5=BB=B6=E8=BF=9F=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E3=80=81=E7=82=B9=E5=87=BB=E9=97=B4=E9=9A=94=20=E8=83=BD?= =?UTF-8?q?=E5=A4=9A=E8=BE=93=E5=85=A51=E4=BD=8D=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E4=B9=88=20#15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/view_coordinate.xml | 4 ++-- app/src/main/res/layout/view_widget.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/view_coordinate.xml b/app/src/main/res/layout/view_coordinate.xml index 4277502..547d166 100644 --- a/app/src/main/res/layout/view_coordinate.xml +++ b/app/src/main/res/layout/view_coordinate.xml @@ -132,7 +132,7 @@ android:ems="2" android:gravity="center_vertical" android:inputType="number" - android:maxLength="4" + android:maxLength="5" android:singleLine="true" android:textColor="@color/text_color" android:textSize="12sp" /> @@ -163,7 +163,7 @@ android:ems="2" android:gravity="center_vertical" android:inputType="number" - android:maxLength="4" + android:maxLength="5" android:singleLine="true" android:textColor="@color/text_color" android:textSize="12sp" /> diff --git a/app/src/main/res/layout/view_widget.xml b/app/src/main/res/layout/view_widget.xml index ebaa1c7..f7fbf57 100644 --- a/app/src/main/res/layout/view_widget.xml +++ b/app/src/main/res/layout/view_widget.xml @@ -254,7 +254,7 @@ android:background="@null" android:ems="4" android:inputType="number" - android:maxLength="4" + android:maxLength="5" android:singleLine="true" android:textColor="@color/text_color" android:textSize="12sp" /> @@ -280,7 +280,7 @@ android:background="@null" android:ems="4" android:inputType="number" - android:maxLength="4" + android:maxLength="5" android:singleLine="true" android:textColor="@color/text_color" android:textSize="12sp" />