Page 445 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 445
(3) view_content_1f.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="300dp"
android:layout_height="200dp"
android:src="@drawable/lobby" />
</RelativeLayout>
(4) view_content_2.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="300dp"
android:layout_height="200dp"
android:src="@drawable/restaurant"/>
</RelativeLayout>
인천전자마이스터고등학교
- 438 -