Page 1029 - 3-2
P. 1029

android:layout_height="match_parent"
                        android:onClick="onClick_ok"
                        android:layout_weight="1"
                        android:background="#00FF0000"/>


                </LinearLayout>


            </LinearLayout>


            < activity_find.xml >
            <?xml version="1.0" encoding="utf-8"?>
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                xmlns:app="http://schemas.android.com/apk/res-auto"
                xmlns:tools="http://schemas.android.com/tools"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="@drawable/find_bg"
                android:orientation="vertical"
                tools:context="kr.icehs.intec.automaticvaluablesbox_0515.FindActivity">


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="0dp"
                    android:layout_weight="9"
                    android:gravity="center"
                    android:layout_alignParentTop="true"
                    android:layout_alignParentStart="true"
                    android:orientation="vertical">


                    <EditText
                        android:id="@+id/editText_name"
                        android:layout_width="120dp"
                        android:layout_height="wrap_content"
                        android:hint=" 이름"
                        android:maxLength="10"
                        android:inputType="textPersonName" />


                    <EditText
                        android:id="@+id/editText_pw"
                        android:layout_width="120dp"
                        android:layout_height="wrap_content"
                        android:hint=" 비밀번호"
                        android:maxLength="8"
                        android:inputType="textPassword" />
                </LinearLayout>


                                                        - 1029 -
   1024   1025   1026   1027   1028   1029   1030   1031   1032   1033   1034