|
@@ -88,24 +88,6 @@
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/cl"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="30dp"/>
|
|
|
-
|
|
|
- <com.swago.baseswago.cusview.RegularTextView
|
|
|
- android:id="@+id/tvTime"
|
|
|
- android:textSize="8dp"
|
|
|
- android:textColor="#fff"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:maxWidth="120dp"
|
|
|
- android:layout_marginStart="-20dp"
|
|
|
- app:layout_constraintStart_toEndOf="@+id/ll"
|
|
|
- tools:text="23min"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"/>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
@@ -205,4 +187,26 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <com.swago.baseswago.cusview.RegularTextView
|
|
|
+ android:id="@+id/tvTime"
|
|
|
+ android:textSize="12dp"
|
|
|
+ android:textColor="#fff"
|
|
|
+ android:background="@drawable/shape_20000000_41"
|
|
|
+ android:maxWidth="120dp"
|
|
|
+ tools:text="23min"
|
|
|
+ android:paddingStart="8dp"
|
|
|
+ android:paddingEnd="8dp"
|
|
|
+ android:paddingTop="2dp"
|
|
|
+ android:paddingBottom="2dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/cl"
|
|
|
+ android:layout_marginStart="12dp"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/clHot"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|