Page 710 - 3-2
P. 710

android:layout_height="match_parent"
                            android:gravity="center">


                            <TextView
                                android:id="@+id/textView13"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:gravity="center"
                                android:text=" 기계를 고르신 후 옆에 선택 을 누르세요'  '          "
                                android:textColor="@android:color/holo_red_dark"
                                android:textSize="10sp"
                                android:textStyle="bold" />
                        </TableRow>


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


                            <LinearLayout
                                android:layout_width="match_parent"
                                android:layout_height="match_parent"
                                android:orientation="horizontal">


                                <Space
                                    android:layout_width="wrap_content"
                                    android:layout_height="40dp" />
                            </LinearLayout>
                        </TableRow>
                        </TableLayout>
                        <TableLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:gravity="center">
                        <TableRow
                            android:layout_width="match_parent"
                            android:layout_height="match_parent">


                            <TextView
                                android:id="@+id/textView4"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_column="1"
                                android:gravity="center"
                                android:text="POP-PIN  뽑기기계"
                                android:textColor="@android:color/black"


                                                         - 710 -
   705   706   707   708   709   710   711   712   713   714   715