본문 바로가기

동방프로젝트

안드2일차

<?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>

'동방프로젝트' 카테고리의 다른 글

안드  (0) 2020.08.11
안드3일차 -1  (0) 2020.08.11
안드1일차  (2) 2020.08.08
남방요척몽) 특별한 일 없으면 아직 바꿀 일 없을 player.cpp  (2) 2020.08.01
코틀린 2일차  (5) 2020.07.29