Page 258 - MDP2020-1
P. 258

|    인천전자마이스터고등학교  ·············································································································
            252

                                    android:layout_marginRight="52dp"
                                    android:background="@drawable/btn_button"
                                    android:text="가전기기  관리"
                                    android:textSize="17dp"

                                    app:layout_constraintEnd_toEndOf="parent"
                                    app:layout_constraintTop_toBottomOf="@+id/button_elevator"  />


                            <Button

                                    android:id="@+id/button_car"
                                    android:layout_width="210dp"
                                    android:layout_height="60dp"
                                    android:layout_marginEnd="52dp"
                                    android:layout_marginRight="52dp"
                                    android:background="@drawable/btn_button"

                                    android:text="차량  관리"
                                    android:textSize="17dp"
                                    app:layout_constraintBottom_toBottomOf="parent"
                                    app:layout_constraintEnd_toEndOf="parent"

                                    app:layout_constraintTop_toBottomOf="@+id/button_electornic"
                                    app:layout_constraintVertical_bias="0.238"  />


                    </androidx.constraintlayout.widget.ConstraintLayout>


            </LinearLayout>



            <가전기기  관리  화면>


            <?xml  version="1.0"  encoding="utf-8"?>
            < a n d r o i d x . c o n s t r a i n t l a y o u t . w i d g e t . C o n s t r a i n t L a y o u t

            xmlns:android="http://schemas.android.com/apk/res/android"
                    xmlns:app="http://schemas.android.com/apk/res-auto"
                    xmlns:tools="http://schemas.android.com/tools"
                    android:background="#fdded9"
                    android:layout_width="fill_parent"

                    android:layout_height="fill_parent"
                    tools:context=".RegisterActivity">


                    <TextView
                            android:id="@+id/textView2"

                            android:layout_width="280dp"
                            android:layout_height="54dp"
   253   254   255   256   257   258   259   260   261   262   263