Page 533 - MDP2020-1
P. 533

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  527


            안드로이드  스튜디오


            [activity_main.xml]
            <?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=".MainActivity"
                    android:background="@drawable/img_background">


                    <TextView

                            android:id="@+id/textView"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="70dp"

                            android:gravity="center"
                            android:text="I  N  M  A"
                            android:textColor="#FFFFFF"
                            android:textSize="60dp"
                            android:textStyle="bold"  />



                    <Button
                            android:id="@+id/button"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_marginLeft="50dp"

                            android:layout_marginTop="50dp"
                            android:layout_marginRight="50dp"
                            android:background="@drawable/btn_login"
                            android:text="더  많은  정보가  궁금하다면  ?"
                            android:textStyle="bold"  />



                    <Button
                            android:id="@+id/button2"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"

                            android:layout_marginLeft="50dp"
                            android:layout_marginTop="20dp"
   528   529   530   531   532   533   534   535   536   537   538