|
|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
+<android.support.constraint.ConstraintLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -9,68 +9,78 @@
|
|
|
>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:id="@+id/layout_container"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24dp"
|
|
|
- android:layout_marginTop="53dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
- <TextView
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lineSpacingExtra="8sp"
|
|
|
- android:text="@string/sign_up_hello_text"
|
|
|
- android:textColor="@color/C000000"
|
|
|
- android:textSize="21sp"
|
|
|
- />
|
|
|
+ android:layout_marginStart="24dp"
|
|
|
+ android:layout_marginTop="53dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
- android:lineSpacingExtra="5sp"
|
|
|
- android:text="@string/sign_up_need_id"
|
|
|
- android:textColor="@color/C999999"
|
|
|
- android:textSize="14sp"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:lineSpacingExtra="8sp"
|
|
|
+ android:text="@string/sign_up_hello_text"
|
|
|
+ android:textColor="@color/C000000"
|
|
|
+ android:textSize="21sp"
|
|
|
+ />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="17dp"
|
|
|
+ android:lineSpacingExtra="5sp"
|
|
|
+ android:text="@string/sign_up_need_id"
|
|
|
+ android:textColor="@color/C999999"
|
|
|
+ android:textSize="14sp"
|
|
|
+ />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="24.8dp"
|
|
|
- android:layout_marginTop="76dp"
|
|
|
- android:layout_marginRight="24.3dp"
|
|
|
- android:layout_marginBottom="40dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:background="@color/CE5E5E5"/>
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="76dp"
|
|
|
+ android:layout_marginEnd="24dp"
|
|
|
+ android:layout_marginBottom="40dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:background="@color/CE5E5E5"/>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/container_banner"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_marginLeft="24dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
- <!-- 배너 삽입 영역 -->
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/container_banner"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginStart="24dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <!-- 배너 삽입 영역 -->
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginBottom="30dp"
|
|
|
android:gravity="center"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
>
|
|
|
|
|
|
<Button
|
|
|
@@ -78,7 +88,8 @@
|
|
|
style="@style/SignUpButton"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
android:text="@string/sign_up_mobile_identify_pop_up"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
-</LinearLayout>
|
|
|
+</android.support.constraint.ConstraintLayout>
|