Page 633 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 633

공중망을  이용한  애완동물  사료  공급기



                       android:id="@+id/etid"
                            android:layout_width="250dp"
                       android:layout_height="wrap_content"
                                                    android:ems="20"
                                                    android:layout_alignBottom="@id/imageView1"
                            android:layout_toRightOf="@id/imageView1"
                       android:layout_marginLeft="10dp"
                                                    />


                 <ImageView
                       android:id="@+id/imageView2"
                            android:layout_width="60dp"
                       android:layout_height="60dp"
                       android:layout_alignLeft="@id/imageView1"
                       android:src="@drawable/pwicon"
                       android:layout_below="@id/imageView1"
                                                    />


                 <EditText
                       android:id="@+id/etpw"
                            android:layout_width="250dp"
                       android:layout_height="wrap_content"
                                                    android:inputType="textPassword"
                                                    android:ems="20"
                                                    android:layout_toRightOf="@id/imageView2"
                            android:layout_alignBottom="@id/imageView2"
                       android:layout_marginLeft="10dp"/>


                 <Button
                       android:id="@+id/btnlogin"
                       android:text="로그인"
                       android:layout_width="wrap_content"
                       android:layout_height="wrap_content"
                                                    android:layout_below="@id/etpw"
                                                    android:layout_alignRight="@id/etpw"
                                                    />


            </RelativeLayout>
            network.xml
            <RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
                    xmlns:tools="http://schemas.android.com/tools"





            인천전자마이스터고등학교                                 -  626  -
   628   629   630   631   632   633   634   635   636   637   638