|
|
@@ -1,21 +1,13 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<merge 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:id="@+id/activity_layout"
|
|
|
- android:layout_width="65dp"
|
|
|
- android:layout_height="65dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:clipChildren="false"
|
|
|
android:clipToPadding="false"
|
|
|
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
|
|
-
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:id="@+id/ll_container"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:visibility="visible">
|
|
|
-
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -31,7 +23,7 @@
|
|
|
android:orientation="horizontal"
|
|
|
app:layout_constraintGuide_percent="0.81" />
|
|
|
|
|
|
- <com.adealink.weparty.commonui.widget.MediumTextView
|
|
|
+ <androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tv_live_time_countdown"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -45,10 +37,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/guideline"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
+ tools:visibility="visible"
|
|
|
tools:text="12:12:12"/>
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
-</merge>
|
|
|
+</androidx.constraintlayout.widget.ConstraintLayout>
|