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

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



                            android:layout_width="100dp"
                            android:layout_height="100dp"
                            android:layout_marginTop="30dp"
                       android:layout_below="@id/water"
                            android:layout_centerHorizontal="true"
                            android:background="@drawable/check"/>


                 <RelativeLayout
                       android:id="@+id/rbtns"
                       android:layout_width="match_parent"
                       android:layout_height="wrap_content"
                       android:gravity="center"
                            android:layout_below="@id/lightBtn"
                       android:layout_alignLeft="@id/checkBtn"
                       android:layout_toRightOf="@+id/checkBtn">


                       <RadioGroup
                            android:id="@+id/types"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:orientation="horizontal"
                            android:gravity="center">


                            <RadioButton
                                 android:id="@+id/a"
                                 android:layout_width="75dp"
                                 android:layout_height="50dp"
                                 android:text="A"
                                 android:textColor="#00AAFF"
                                 android:textSize="30dp"/>


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


                            <RadioButton
                                 android:id="@+id/c"





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