동방프로젝트

안드2일차

두원공대88학번뚜뚜 2020. 8. 10. 19:21

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/strBtn1"
android:layout_margin="20dp"
android:background="#00ff00"></Button>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="30dp"
android:textSize="30sp"
android:text="@string/strBtn2"></TextView>

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#0000FF"
android:layout_margin="30dp"></EditText>

<Button
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_margin="30dp"
android:text="@string/strBtn3"></Button>