mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-02 17:07:41 +08:00
优化:限定卡槽主键只能输入数字
This commit is contained in:
parent
631e9950bd
commit
419766b47a
@ -1225,7 +1225,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_weight="1"
|
||||
android:digits="0123456789"
|
||||
android:hint="@string/sim_sub_id"
|
||||
android:inputType="number"
|
||||
android:singleLine="true"
|
||||
android:textAlignment="center"
|
||||
app:met_allowEmpty="false"
|
||||
@ -1294,7 +1296,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="5dp"
|
||||
android:layout_weight="1"
|
||||
android:digits="0123456789"
|
||||
android:hint="@string/sim_sub_id"
|
||||
android:inputType="number"
|
||||
android:singleLine="true"
|
||||
android:textAlignment="center"
|
||||
app:met_allowEmpty="false"
|
||||
|
Loading…
x
Reference in New Issue
Block a user