Page 108 - 3-3
P. 108

android:layout_centerInParent="true"


            android:background="@drawable/reset"/>
                                                    // 사료량 선택을 초기화할 버튼
                                                            <Button
                                                                    android:id="@+id/setBtn"
                                                                    andorid:layout_width="70dp"
                                                                    android:layout_height="70dp"
                                                                    android:layout_toLeftOf="@id/resetBtn"
                                                                    android:layout_marginRight="70dp"
                                                                    android:background="@drawable/set" />
                                                    // 사료량 선택을 확정 버튼
                                                            <Button
                                                                    android:id="@+id/homeBtn"
                                                                    android:layout_width="70dp"
                                                                    android:layout_height="70dp"


            android:layout_toRightOf="@id/resetBtn"
                                                                    android:layout_marginLeft="70dp"
                                                                    android:background="@drawable/home"
            />
                                                    // 홈으로 돌아가는 버튼
                    </RelativeLayout>


            </RelativeLayout>
            <?xml version="1.0" encoding="utf-8"?>
            <RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
                    xmlns:tools="http://schemas.android.com/tools"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:background="#ffeeee" >


                    <ImageButton
                            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_widch="50dp"
                            android:layout_height="50dp"
                            android:layout_alignBottom="@id/lightBtn"
                            android:layout_margin="20dp"


                                                        - 108 -
   103   104   105   106   107   108   109   110   111   112   113