Page 65 - 3-2
P. 65

android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:background="#FC961E"
                            android:onClick="onbtn_goback_Clicked"
                            android:text=" 이전으로"
                            android:textColor="#FFFFFF"
                            android:textSize="30dp" />


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


                    </TableRow>


                    <Space
                        android:layout_width="match_parent"
                        android:layout_height="20dp"
                        android:layout_weight="1" />


                </TableLayout>
            </LinearLayout>




            ****************************MainActivity_popup************************
            <?xml version="1.0" encoding="utf-8"?>
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="vertical"
                android:background="#FFFFFF">
                <!-- Main ListView
                     Always give id value as list(@android:id/list)
                -->
                <TextView
                    android:id="@+id/textView4"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:textColor="#5D5D5D"
                    android:text=" 잔여 상품을 선택해주세요."
                    android:textSize="30dp"
                    android:layout_gravity="center"/>


                <TableLayout
                    android:layout_width="match_parent"


                                                         - 65 -
   60   61   62   63   64   65   66   67   68   69   70