|
|
@@ -1,435 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<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:id="@+id/cl_content"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/color_FF001E11">
|
|
|
-
|
|
|
- <ScrollView
|
|
|
- android:id="@+id/sv_content"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:background="@drawable/guard_treasure_bg"
|
|
|
- app:layout_constraintDimensionRatio="750:1117"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <!--今日宝箱,宝箱库-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_top"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintDimensionRatio="375:45"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/tab_start"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.10" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tab_my_treasure"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:background="@drawable/guard_treasure_tab_right_unselected"
|
|
|
- android:ellipsize="end"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingHorizontal="18dp"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="@string/guarding_treasure_tab_my"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="332:75"
|
|
|
- app:layout_constraintEnd_toEndOf="@id/tab_end"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.44" />
|
|
|
-
|
|
|
- <com.adealink.weparty.commonui.widget.MarqueeTextView
|
|
|
- android:id="@+id/tab_today_treasure"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:background="@drawable/guard_treasure_tab_selected"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingHorizontal="18dp"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="@string/guarding_treasure_tab_today"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="332:78"
|
|
|
- app:layout_constraintStart_toStartOf="@id/tab_start"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.45" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/tab_end"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.90" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/iv_close"
|
|
|
- android:layout_width="32dp"
|
|
|
- android:layout_height="32dp"
|
|
|
- android:padding="4dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toEndOf="@id/tab_end"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:srcCompat="@drawable/guard_treasure_close_ic" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <!--宝箱图片,历史记录,玩法介绍-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_treasure"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintDimensionRatio="375:180"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cl_top">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/iv_intro"
|
|
|
- android:layout_width="32dp"
|
|
|
- android:layout_height="32dp"
|
|
|
- android:padding="2dp"
|
|
|
- android:scaleType="fitCenter"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_bias="0.96"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_bias="0.05"
|
|
|
- app:srcCompat="@drawable/guard_treasure_intro_ic" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/iv_history"
|
|
|
- android:layout_width="32dp"
|
|
|
- android:layout_height="32dp"
|
|
|
- android:layout_marginEnd="12dp"
|
|
|
- android:padding="2dp"
|
|
|
- android:scaleType="fitCenter"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/iv_intro"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/iv_intro"
|
|
|
- app:layout_constraintTop_toTopOf="@id/iv_intro"
|
|
|
- app:srcCompat="@drawable/guard_treasure_history_ic" />
|
|
|
-
|
|
|
- <!--宝箱状态-->
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/chest_status_start"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.25" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/chest_status_end"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.75" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_treasure_status"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/guarding_treasure_status_bg"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingHorizontal="12dp"
|
|
|
- android:paddingVertical="8dp"
|
|
|
- android:textColor="@color/color_B3FFEEAB"
|
|
|
- android:textSize="12sp"
|
|
|
- android:visibility="gone"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/iv_intro"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/chest_status_end"
|
|
|
- app:layout_constraintStart_toEndOf="@id/chest_status_start"
|
|
|
- app:layout_constraintTop_toTopOf="@id/iv_intro"
|
|
|
- tools:text="@string/guarding_treasure_status" />
|
|
|
-
|
|
|
- <com.adealink.frame.image.view.NetworkImageView
|
|
|
- android:id="@+id/iv_treasure"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="1:1"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.4" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <!--守护时长,刷新倒计时-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_operate"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:paddingBottom="5dp"
|
|
|
- app:layout_constraintDimensionRatio="375:50"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cl_treasure">
|
|
|
-
|
|
|
- <!--倒计时-->
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/count_down_start"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.06" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/count_down_end"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.35" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/iv_count_down"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="24dp"
|
|
|
- android:layout_marginStart="4dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/cl_count_down"
|
|
|
- app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
- app:layout_constraintStart_toStartOf="@id/count_down_start"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:srcCompat="@drawable/guard_treasure_countdown_ic" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_count_down"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginEnd="4dp"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="@id/count_down_end"
|
|
|
- app:layout_constraintStart_toEndOf="@id/iv_count_down"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_count_down"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:singleLine="true"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="14sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="14sp"
|
|
|
- app:autoSizeMinTextSize="8sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/tv_count_down_desc"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_chainStyle="packed"
|
|
|
- tools:text="10mins" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_count_down_desc"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:ellipsize="end"
|
|
|
- android:gravity="center"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="@string/guard_treasure_count_down_time"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="10sp"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_count_down"
|
|
|
- tools:ignore="SmallSp" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <!--刷新时间-->
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/refresh_start"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.65" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.Guideline
|
|
|
- android:id="@+id/refresh_end"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintGuide_percent="0.94" />
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/v_refresh_click"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/refresh_end"
|
|
|
- app:layout_constraintStart_toEndOf="@id/refresh_start"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatImageView
|
|
|
- android:id="@+id/iv_refresh_time"
|
|
|
- android:layout_width="24dp"
|
|
|
- android:layout_height="24dp"
|
|
|
- android:layout_marginStart="4dp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toStartOf="@id/cl_refresh_time"
|
|
|
- app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
- app:layout_constraintStart_toStartOf="@id/refresh_start"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:srcCompat="@drawable/guard_treasure_refresh_ic" />
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_refresh_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="8dp"
|
|
|
- android:layout_marginEnd="4dp"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="@id/refresh_end"
|
|
|
- app:layout_constraintStart_toEndOf="@id/iv_refresh_time"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_refresh_time"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:singleLine="true"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="14sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:autoSizeMaxTextSize="14sp"
|
|
|
- app:autoSizeMinTextSize="8sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toTopOf="@id/tv_refresh_time_desc"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintVertical_chainStyle="packed"
|
|
|
- tools:text="10:12:19" />
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_refresh_time_desc"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:ellipsize="end"
|
|
|
- android:gravity="center"
|
|
|
- android:singleLine="true"
|
|
|
- android:text="@string/guard_treasure_refresh_time"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="10sp"
|
|
|
- app:autoSizeMaxTextSize="10sp"
|
|
|
- app:autoSizeMinTextSize="6sp"
|
|
|
- app:autoSizeTextType="uniform"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_refresh_time"
|
|
|
- tools:ignore="SmallSp" />
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <!--邀请好友守护-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_tips"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="0dp"
|
|
|
- app:layout_constraintDimensionRatio="375:45"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cl_operate">
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/tv_tips"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/guard_treasure_invite_reward_tips"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:layout_constraintWidth_percent="0.88" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
- <!--宝箱内容-->
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/cl_treasure_detail"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@color/color_FF001E11"
|
|
|
- android:paddingTop="12dp"
|
|
|
- android:paddingBottom="100dp"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cl_tips">
|
|
|
-
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/rv_rewards"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:clipToPadding="true"
|
|
|
- android:fadingEdgeLength="12dp"
|
|
|
- android:paddingHorizontal="12dp"
|
|
|
- android:requiresFadingEdge="horizontal"
|
|
|
- android:scrollbars="none"
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
- </ScrollView>
|
|
|
-
|
|
|
- <androidx.appcompat.widget.AppCompatTextView
|
|
|
- android:id="@+id/btn_invite"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="25dp"
|
|
|
- android:background="@drawable/guard_treasure_invite_btn_enable_ic"
|
|
|
- android:gravity="center"
|
|
|
- android:text="@string/guard_treasure_invite_cp_friend"
|
|
|
- android:textColor="@color/color_FFFFEEAB"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textStyle="bold"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/sv_content"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintHorizontal_chainStyle="packed"
|
|
|
- app:layout_constraintStart_toStartOf="parent" />
|
|
|
-
|
|
|
-</androidx.constraintlayout.widget.ConstraintLayout>
|