Page 208 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 208

activity_connect.xml

            <?xml version="1.0" encoding="utf-8"?>
            <LinearLayout
                xmlns:android = "http://schemas.android.com/apk/res/android"

                android:layout_width = "wrap_content"

                android:layout_height = "wrap_content"
                android:layout_gravity = "center">



                <LinearLayout

                    android:layout_width = "200dp"
                    android:layout_height = "wrap_content"
                    android:orientation = "vertical">




                    <EditText
                        android:layout_width = "match_parent"
                        android:layout_height = "wrap_content"

                        android:inputType="text"

                        android:hint = "IP"
                        android:text = "192.168.1.73"
                        android:id="@+id/IP"/>




                    <EditText
                        android:layout_width = "match_parent"
                        android:layout_height = "wrap_content"

                        android:inputType="number"

                        android:hint = "Port"
                        android:text = "7777"
                        android:id="@+id/Port"/>

                </LinearLayout>



                <Button
                    android:layout_width = "150dp"




                                                         -  201  -
   203   204   205   206   207   208   209   210   211   212   213