Page 776 - 3-2
P. 776

[activity_join]
            회원가입 화면,       아이디 이름 전화번호 비밀번호를 입력한 후,∙  ∙  ∙            확인버튼을 누르면 db4.php         를 통해 My
            SQL 에 정보가 들어감.


            <?xml version="1.0" encoding="utf-8"?>
            <TableLayout 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"
                android:gravity="center"
                android:orientation="vertical"
                tools:context="kr.icehs.intec.mdp.MainActivity">









































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


                    <LinearLayout
                        android:layout_width="match_parent"
                        android:layout_height="match_parent"
                        android:gravity="center"
                        android:orientation="vertical">


                        <TextView

                                                         - 776 -
   771   772   773   774   775   776   777   778   779   780   781