|
|
|
@ -33,6 +33,8 @@
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:inputType="number|numberDecimal"
|
|
|
|
|
android:digits="0123456789."
|
|
|
|
|
android:hint="IP" />
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
|
|
|
|
|
|
|
|