Page 1028 - 3-2
P. 1028

android:layout_height="match_parent"
                            android:layout_weight="1"
                            android:src="@drawable/box3_empty"
                            android:scaleType="centerInside"
                            android:background="#FFFFFF"/>
                    </LinearLayout>


                    <android.support.v4.widget.Space
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="0.2" />


                    <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>


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="0dp"
                    android:layout_weight="1"
                    android:orientation="horizontal">


                    <Button
                        android:layout_width="0dp"
                        android:layout_height="match_parent"
                        android:onClick="onClick_blu"
                        android:layout_weight="1"
                        android:background="#00FF0000"/>


                    <Button
                        android:layout_width="0dp"


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