|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<android.support.constraint.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:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
@@ -16,11 +16,11 @@
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
>
|
|
|
|
|
|
- <android.support.constraint.ConstraintLayout
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <android.support.constraint.Guideline
|
|
|
+ <androidx.constraintlayout.widget.Guideline
|
|
|
android:id="@+id/guideLine_registerA_centerHorizontal"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="0dp"
|
|
@@ -129,7 +129,7 @@
|
|
|
tools:text="Terms of service & Privacy policy."
|
|
|
/>
|
|
|
|
|
|
- <android.support.constraint.Barrier
|
|
|
+ <androidx.constraintlayout.widget.Barrier
|
|
|
android:id="@+id/barrier_registerALand_bottom"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -153,7 +153,7 @@
|
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="@id/barrier_registerALand_bottom" />
|
|
|
|
|
|
- </android.support.constraint.ConstraintLayout>
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</ScrollView>
|
|
|
|
|
|
-</android.support.constraint.ConstraintLayout>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|