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

공중망을  이용한  애완동물  사료  공급기





                       </RadioGroup>


                       <RadioGroup
                            android:id="@+id/waters"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_below="@id/amounts"
                            android:orientation="horizontal"
                            android:layout_marginTop="10dp"
                            android:gravity="center">


                            <RadioButton
                                 android:id="@+id/yes"
                                            android:layout_width="100dp"
                                 android:layout_height="50dp"
                                 android:text="Yes"
                                 android:textColor="#00AAFF"
                                 android:textSize="30dp"/>


                            <RadioButton
                                 android:id="@+id/no"
                                            android:layout_width="100dp"
                                 android:layout_height="50dp"
                                 android:text="No"
                                 android:textColor="#00AAFF"
                                 android:textSize="30dp"/>


                       </RadioGroup>
                 </RelativeLayout>
            </RelativeLayout>
            order.xml
            <?xml  version="1.0"  encoding="utf-8"?>
            <RelativeLayout  xmlns: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"





            인천전자마이스터고등학교                                 -  632  -
   634   635   636   637   638   639   640   641   642   643   644