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

<LinearLayout
                            android:layout_width="391dp"
                            android:layout_height="wrap_content"
                            android:orientation="horizontal"

                            android:layout_marginLeft="90dp"
                            android:weightSum="1">




                            <ImageButton

                                    android:id="@+id/blue"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:background="@drawable/bulb"  />



                            <ImageButton
                                    android:id="@+id/white"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"
                                    android:layout_marginLeft="30dp"

                                    android:background="@drawable/bulb"/>


                    </LinearLayout>


                    <LinearLayout

                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:orientation="horizontal"
                            android:layout_marginLeft="40dp"
                            android:layout_marginTop="15dp"

                            android:weightSum="1">
                            <ImageButton
                                    android:id="@+id/red"
                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"

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


                            <ImageButton
                                    android:id="@+id/yellow"

                                    android:layout_width="wrap_content"
                                    android:layout_height="wrap_content"


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