Page 635 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 635
공중망을 이용한 애완동물 사료 공급기
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/btns"
android:layout_marginTop="40dp">
<Button
android:id="@+id/resetBtn"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerInParent="true"
android:background="@drawable/reset"/>
<Button
android:id="@+id/setBtn"
android: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
인천전자마이스터고등학교 - 628 -