|
@@ -1,25 +1,25 @@
|
|
|
<?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"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="#FFFFFF">
|
|
|
|
|
|
- <android.support.constraint.Guideline
|
|
|
+ <androidx.constraintlayout.widget.Guideline
|
|
|
android:id="@+id/guideline_dash2_full_screen_image_top"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal"
|
|
|
app:layout_constraintGuide_percent="0.3"/>
|
|
|
|
|
|
- <android.support.constraint.Guideline
|
|
|
+ <androidx.constraintlayout.widget.Guideline
|
|
|
android:id="@+id/guideline_dash2_full_screen_image_left"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintGuide_percent="0.12"/>
|
|
|
|
|
|
- <android.support.constraint.Guideline
|
|
|
+ <androidx.constraintlayout.widget.Guideline
|
|
|
android:id="@+id/guideline_dash2_full_screen_image_right"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -89,4 +89,4 @@
|
|
|
android:textColor="#000000"
|
|
|
android:text="@string/dash2_full_screen_ad_cta" />
|
|
|
|
|
|
-</android.support.constraint.ConstraintLayout>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|