add string to fix up key
This commit is contained in:
parent
845c036943
commit
7e30754d18
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
android:defaultValue="3"
|
android:defaultValue="3"
|
||||||
android:digits="0123456789"
|
android:digits="0123456789"
|
||||||
android:inputType="number"
|
android:inputType="number"
|
||||||
android:key="key_smbinterval"
|
android:key="@string/key_smbinterval"
|
||||||
android:maxLines="20"
|
android:maxLines="20"
|
||||||
android:selectAllOnFocus="true"
|
android:selectAllOnFocus="true"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
|
|
Loading…
Reference in a new issue