Page 56 - 3-2
P. 56

<ListView
                    android:id="@id/android:list"
                    android:layout_weight="4"
                    android:layout_width="fill_parent"
                    android:layout_height="wrap_content"/>


                <TableLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content">


                    <TableRow
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        android:layout_weight="1">


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


                        <Button
                            android:layout_width="wrap_content"
                            android:layout_height="match_parent"
                            android:layout_weight="1"
                            android:text=" 결제"
                            android:textColor="#FFFFFF"
                            android:textSize="30dp"
                            android:background="#FC961E"
                            android:onClick="onbtn_purcharseClicked"/>


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


                    </TableRow>


                </TableLayout>


            </LinearLayout>
            ****************************activity_main_popup***********************
            <?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"


                                                         - 56 -
   51   52   53   54   55   56   57   58   59   60   61