Page 713 - 3-2
P. 713

android:layout_width="match_parent"
                            android:layout_height="match_parent" >


                            <TextView
                                android:id="@+id/textView7"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:gravity="center"
                                android:text="D  뽑기기계"
                                android:layout_column="1"
                                android:textColor="@android:color/background_dark"
                                android:textSize="30sp"
                                android:textStyle="bold" />


                            <Button
                                android:id="@+id/button3"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text=" 선택"
                                android:onClick="dmachin"/>


                        </TableRow>
                        </TableLayout>
                    </LinearLayout>


            </RelativeLayout>


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


            D. activity_information_.xml
            <?xml version="1.0" encoding="utf-8"?>
            <RelativeLayout 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"
                tools:context="kr.icehs.intec.management.Information_Activity">
                <ImageView
                    android:id="@+id/imageView"
                    android:layout_width="match_parent"
                    android:layout_height="152dp"
                    android:layout_weight="1"
                    android:src="@drawable/machine"
                    android:layout_below="@+id/poppin"
                    android:layout_alignParentLeft="true"


                                                         - 713 -
   708   709   710   711   712   713   714   715   716   717   718