Page 446 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 446
정보통신기기 프로젝트
(5) view_content_3.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/hotelroom" />
</RelativeLayout>
(6) view_content_4.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">
정보통신기기과
- 439 -