Page 401 - MDP2020-1
P. 401
················································································ 명장양성프로젝트 【MDP】 과제발표회 자료집 Ⅰ | 395
activity_main //시작화면
<?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="#ffffff">
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="140dp"
android:background="#00ffffff"
android:text=""
android:onClick="onClickedStart"/>
<ImageButton
android:id="@+id/imageButton"
android:layout_width="411dp"
android:layout_height="176dp"
android:layout_gravity="center"
android:background="#00ffffff"
android:onClick="onClickedStart"
app:srcCompat="@drawable/img_cart" />