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

<EditText
                        android:id="@+id/txtPass"
                        android:layout_width="200dp"
                        android:layout_height="wrap_content"
                        android:gravity="center"
                        android:hint="Password"
                        android:inputType="textPassword"
                        android:textSize="20dp" />
                </LinearLayout>


                <Button
                    android:id="@+id/btnLogin"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
                    android:layout_margin="60dp"
                    android:text="Login"
                    android:textSize="50dp" />


                <requestFocus />


            </LinearLayout>










































                                                         -  118  -
   120   121   122   123   124   125   126   127   128   129   130