From 129dd88aefe34fbda02bc30b5950e108f036843b Mon Sep 17 00:00:00 2001 From: septs Date: Thu, 19 Dec 2024 09:00:12 +0800 Subject: [PATCH] fix: imei use numberic pad --- app-common/src/main/res/layout/fragment_download_details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-common/src/main/res/layout/fragment_download_details.xml b/app-common/src/main/res/layout/fragment_download_details.xml index be01ad2..1a25075 100644 --- a/app-common/src/main/res/layout/fragment_download_details.xml +++ b/app-common/src/main/res/layout/fragment_download_details.xml @@ -82,7 +82,7 @@ android:maxLines="1" android:layout_width="match_parent" android:layout_height="match_parent" - android:inputType="textPassword" /> + android:inputType="numberPassword" /> -- 2.45.3