Page 407 - MDP2020-1
P. 407

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  401


            app:layout_constraintStart_toStartOf="@+id/et_age"
            app:layout_constraintTop_toBottomOf="@+id/et_age"  />


            <Button

            android:id="@+id/validateButton"
            android:layout_width="wrap_content"
            android:layout_height="42dp"
            android:layout_marginLeft="10dp"

            android:layout_marginTop="80dp"
            android:text="중복  확인"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintHorizontal_bias="0.058"
            app:layout_constraintStart_toEndOf="@+id/et_id"
            app:layout_constraintTop_toTopOf="parent"

            android:background="@drawable/btn_jungbok"
            android:textColor="#000000"/>
            </androidx.constraintlayout.widget.ConstraintLayout>





            caculate_layout                         //상품  확인  및  계산화면































            <?xml  version="1.0"  encoding="utf-8"?>

            <LinearLayout  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:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical"
   402   403   404   405   406   407   408   409   410   411   412