update GUI
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:digits="0123456789."
|
||||
android:backgroundTint="@color/grey_100"
|
||||
android:hint="IP"
|
||||
android:inputType="number|numberDecimal"
|
||||
android:text="192.168.1.127" />
|
||||
@@ -123,6 +124,7 @@
|
||||
android:id="@+id/port_input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/grey_100"
|
||||
android:hint="Port"
|
||||
android:inputType="number"
|
||||
android:text="1234" />
|
||||
|
||||
Reference in New Issue
Block a user