Page 262 - MDP2020-1
P. 262

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

                            app:layout_constraintTop_toBottomOf="@+id/ed_car"  />


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

                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:layout_marginTop="212dp"
                            android:text="차량  번호를  입력하세요.  ex)12가3456"

                            android:textColor="#6B6B6B"
                            android:textSize="20dp"
                            android:textStyle="bold"
                            app:layout_constraintEnd_toEndOf="parent"
                            app:layout_constraintStart_toStartOf="parent"
                            app:layout_constraintTop_toTopOf="parent"  />



            </androidx.constraintlayout.widget.ConstraintLayout>
   257   258   259   260   261   262   263   264   265   266   267