Page 636 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 636
정보통신기기 프로젝트
android:id="@+id/lightBtn"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_alignParentRight="true"
android:background="@drawable/light"/>
<ImageButton
android:id="@+id/backBtn"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_alignBottom="@id/lightBtn"
android:layout_margin="20dp"
android:background="@drawable/back" />
<ImageView
android:id="@+id/type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@id/backBtn"
android:layout_below="@id/backBtn"
android:layout_marginRight="20dp"
android:background="@drawable/type"/>
<ImageView
android:id="@+id/amount"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@id/type"
android:layout_below="@id/type"
android:background="@drawable/amount"/>
<ImageView
android:id="@+id/water"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@id/type"
android:layout_below="@id/amount"
android:layout_marginTop="10dp"
android:background="@drawable/water"/>
<ImageButton
- 629 - 정보통신기기과