| | |
| | | android:background="@drawable/login" |
| | | tools:context=".ui.account.ChangePassword"> |
| | | |
| | | <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"> |
| | | |
| | | <TextView |
| | | android:id="@+id/change_back_tv" |
| | | android:layout_width="@dimen/dp_30" |
| | |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/change_confirm_psw_rl" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | </androidx.core.widget.NestedScrollView> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |