Page 260 - MDP2020-1
P. 260
| 인천전자마이스터고등학교 ·············································································································
254
android:background="@drawable/btn_button"
android:text="현관문"
android:textSize="17dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@+id/button_light" />
<ImageView
android:id="@+id/imageView_door"
android:layout_width="63dp"
android:layout_height="65dp"
android:layout_marginStart="56dp"
android:layout_marginLeft="56dp"
android:layout_marginTop="60dp"
android:src="@drawable/icon_door"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView_light" />
<ImageButton
android:id="@+id/button_back"
android:layout_width="49dp"
android:layout_height="42dp"
android:layout_marginBottom="208dp"
android:background="#00ffffff"
app:layout_constraintBottom_toTopOf="@+id/imageView_light"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.044"
app:layout_constraintStart_toStartOf="parent"
app:srcCompat="@drawable/back_drawable" />
</androidx.constraintlayout.widget.ConstraintLayout>
<차량 관리 화면>
<?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"