Page 640 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 640

정보통신기기  프로젝트


                            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
                       android:id="@+id/checkBtn"




                                                         -  633  -                             정보통신기기과
   635   636   637   638   639   640   641   642   643   644   645