Page 632 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 632
정보통신기기 프로젝트
android:id="@+id/endBtn"
android:layout_width="wrap_content"
android:layout_height="50dp"
android:layout_below="@id/feedConfirmBtn"
android:layout_alignLeft="@id/networkBtn"
android:background="@drawable/end" />
</RelativeLayout>
<ImageView
android:id="@+id/flow"
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_toLeftOf="@id/menus"
android:layout_centerVertical="true"
android:src="@drawable/puppy"/>
</RelativeLayout>
login.xml
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeee" >
<ImageView
android:id="@+id/logo"
android:layout_width="180dp"
android:layout_height="180dp"
android:src="@drawable/puppy"
android:layout_centerHorizontal="true"/>
<ImageView
android:id="@+id/imageView1"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/logo"
android:src="@drawable/idicon"
/>
<EditText
- 625 - 정보통신기기과