update GUI

This commit is contained in:
Zhengyu Peng
2022-02-22 22:05:36 -05:00
parent 6e2f471b5a
commit 763bae7791
4 changed files with 29 additions and 1 deletions
@@ -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" />