Page 772 - 3-2
P. 772

android:layout_weight="1"
                    android:gravity="center">


                    <TextView
                        android:id="@+id/textView"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:layout_weight="1"
                        android:gravity="center"
                        android:text=" 대  여 해 조"
                        android:textColor="@color/colorPrimary"
                        android:textSize="60dp" />
                </LinearLayout>


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="0dp"
                    android:layout_weight="1"
                    android:gravity="center">


                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="match_parent"
                        android:background="@drawable/beach"/>
                </LinearLayout>


                <LinearLayout
                    android:layout_width="200dp"
                    android:layout_height="0dp"
                    android:orientation="vertical"
                    android:layout_gravity="center_horizontal"
                    android:layout_weight="1"
                    android:weightSum="1"
                    android:id="@+id/relative01">
                    <TextView
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content" />


                    <Button
                        android:id="@+id/button"
                        android:layout_width="250dp"
                        android:layout_height="wrap_content"
                        android:layout_weight="0.5"
                        android:onClick="onClick_Rent"
                        android:layout_gravity="center"


                                                         - 772 -
   767   768   769   770   771   772   773   774   775   776   777