Page 708 - 3-2
P. 708

android:ems="10"
                        android:hint=" 비밀번호"
                        android:inputType="textPassword" />


                    <CheckBox
                        android:id="@+id/checkBox"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"


                        android:text=" 개인 정보 수집 동의" />


                    <Space
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_weight="0.21" />


                    <Button
                        android:id="@+id/button2"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:onClick="onClick_ok"
                        android:text=" 확인" />


                </LinearLayout>
            </RelativeLayout>


            --------------------------------------------------------


            C. activity_machin.xml
            <?xml version="1.0" encoding="utf-8"?>
            <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                xmlns:tools="http://schemas.android.com/tools"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:gravity="center"
                android:shrinkColumns="2,3"
                android:stretchColumns="0,2"
                tools:context="kr.icehs.intec.management.MachinActivity">


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center"
                    android:orientation="vertical"
                    android:layout_alignParentTop="true"


                                                         - 708 -
   703   704   705   706   707   708   709   710   711   712   713