Page 99 - 2020학년도 MDP과제발표회 자료집 (통신과) (3)
P. 99

android:layout_marginLeft="20dp"
                                    android:background="@drawable/bulb"/>


                            <ImageButton

                                    android:id="@+id/green"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_marginLeft="20dp"
                                    android:background="@drawable/bulb"  />



                    </LinearLayout>


                            <LinearLayout
                                    android:layout_width="wrap_content"

                                    android:layout_height="wrap_content"
                                    android:orientation="horizontal"
                                    android:weightSum="1">


                            <ImageButton

                                    android:id="@+id/first"
                                    android:layout_marginLeft="90dp"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:background="@drawable/fir_bulb"/>



                            <ImageButton
                                    android:id="@+id/second"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"

                                    android:layout_marginLeft="20dp"
                                    android:background="@drawable/sec_bulb"  />


                            </LinearLayout>



                    <LinearLayout
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:orientation="horizontal"
                            android:weightSum="1">



                            <ImageView


                                                         -  102  -
   94   95   96   97   98   99   100   101   102   103   104