| | |
| | | android:background="@drawable/login" |
| | | tools:context=".ui.account.RegisterAccountActivity"> |
| | | |
| | | <androidx.core.widget.NestedScrollView |
| | | android:id="@+id/parent_nsv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:fillViewport="true" |
| | | android:overScrollMode="never"> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:id="@+id/parent_cl1" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent"> |
| | | |
| | | <!-- <ImageView--> |
| | | <!-- android:layout_width="0dp"--> |
| | | <!-- android:layout_height="0dp"--> |
| | |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/register_confirm_psw_rl" /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.core.widget.NestedScrollView> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |