Page 402 - MDP2020-1
P. 402
| 인천전자마이스터고등학교 ·············································································································
396
<Button
android:id="@+id/button4"
android:layout_width="match_parent"
android:layout_height="285dp"
android:background="#00ffffff"
android:gravity="top|center"
android:onClick="onClickedStart"
android:text=" WELCOME TO S - MART "
android:textColor="#CAC9CE"
android:textSize="20dp" />
</LinearLayout>
login_layout //로그인 화면
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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:orientation="vertical"
tools:context=".LoginActivity"
android:background="@drawable/back_login">