|
@@ -1,11 +1,9 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/color_FFF1F2F5"
|
|
|
|
|
- android:fitsSystemWindows="true">
|
|
|
|
|
|
|
+ android:background="@color/color_FFF1F2F5">
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
@@ -32,7 +30,7 @@
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
android:gravity="start"
|
|
android:gravity="start"
|
|
|
android:includeFontPadding="false"
|
|
android:includeFontPadding="false"
|
|
|
- android:text="@string/common_hi"
|
|
|
|
|
|
|
+ android:text="@string/account_register_nice"
|
|
|
android:textColor="@color/color_FF1D2129"
|
|
android:textColor="@color/color_FF1D2129"
|
|
|
android:textSize="48sp"
|
|
android:textSize="48sp"
|
|
|
app:layout_constrainedWidth="true"
|
|
app:layout_constrainedWidth="true"
|
|
@@ -104,10 +102,12 @@
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
|
android:id="@+id/et_name_input"
|
|
android:id="@+id/et_name_input"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
android:background="@null"
|
|
android:background="@null"
|
|
|
android:fontFamily="@font/poppins_semibold"
|
|
android:fontFamily="@font/poppins_semibold"
|
|
|
|
|
+ android:gravity="start|center_vertical"
|
|
|
|
|
+ android:hint="@string/account_register_input_nickname_hint"
|
|
|
android:includeFontPadding="false"
|
|
android:includeFontPadding="false"
|
|
|
android:textColor="@color/color_FF1D2129"
|
|
android:textColor="@color/color_FF1D2129"
|
|
|
android:textColorHint="@color/color_FFC9CDD4"
|
|
android:textColorHint="@color/color_FFC9CDD4"
|
|
@@ -116,8 +116,7 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- tools:hint="test" />
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
@@ -136,19 +135,21 @@
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tv_birthday"
|
|
android:id="@+id/tv_birthday"
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
android:background="@null"
|
|
android:background="@null"
|
|
|
android:fontFamily="@font/poppins_semibold"
|
|
android:fontFamily="@font/poppins_semibold"
|
|
|
|
|
+ android:gravity="start|center_vertical"
|
|
|
|
|
+ android:hint="@string/account_register_input_birthday_hint"
|
|
|
android:includeFontPadding="false"
|
|
android:includeFontPadding="false"
|
|
|
android:textColor="@color/color_FF1D2129"
|
|
android:textColor="@color/color_FF1D2129"
|
|
|
|
|
+ android:textColorHint="@color/color_FFC9CDD4"
|
|
|
android:textSize="16sp"
|
|
android:textSize="16sp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintHorizontal_bias="0"
|
|
app:layout_constraintHorizontal_bias="0"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
- tools:hint="test" />
|
|
|
|
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:id="@+id/iv_birthday_edit"
|
|
android:id="@+id/iv_birthday_edit"
|
|
@@ -171,7 +172,7 @@
|
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="@dimen/common_button_height"
|
|
android:layout_height="@dimen/common_button_height"
|
|
|
android:layout_marginHorizontal="22dp"
|
|
android:layout_marginHorizontal="22dp"
|
|
|
- android:layout_marginBottom="12dp"
|
|
|
|
|
|
|
+ android:layout_marginBottom="@dimen/common_button_margin_bottom"
|
|
|
android:fontFamily="@font/poppins_semibold"
|
|
android:fontFamily="@font/poppins_semibold"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:includeFontPadding="false"
|
|
android:includeFontPadding="false"
|