Page 104 - 3-3
P. 104

android:gravity="center">
                    // 여러개의 버튼을 관계
                            // 레이아웃으로 지정하여 배치


                                                            <ImageButton
                                                                    android:id="@+id/networkBtn"
                                                                    android:layout_width="wrap_content"
                                                                    android:layout_height="50dp"


            android:background="@drawable/network" />
                                                            // 네트워크 상태 테스트 버튼
                                                            <ImageButton
                                                                    android:id="@+id/startBtn"
                                                                    android:layout_width="wrap_content"
                                                                    android:layout_height="50dp"
                                                                    android:layout_below="@id/networkBtn"


            android:layout_alignLeft="@id/networkBtn"


            android:background="@drawable/order"/>
                                                            // 사료 공급 버튼
                                                            <ImageButton
                                                                    android:id="@+id/feedConfirmBtn"
                                                                    android:layout_width="wrap_content"
                                                                    android:layout_height="50dp"
                                                                    android:layout_below="@id/startBtn"


            android:layout_alignLeft="@id/netwrokBtn"


            android:background="@drawable/database"/>
                                                                    // 데이터 베이스를 확인하는 창으로 들어
            가는 버튼
                                                            <ImageButton
                                                                    android:id="@+id/endBtn"
                                                                    android:layout_width="wrap_content"
                                                                    android:layout_height="50dp"


            android:layout_below="@id/feedConnfirmBtn"


            android:layout_alignLeft="@id/networkBtn"
                                                                    android:backgroun="@drawable/end" />
                                                                                                    / /  어 플
            종료 버튼
                                                            </RelativeLayout>




                                                        - 104 -
   99   100   101   102   103   104   105   106   107   108   109