|
@@ -551,13 +551,27 @@
|
|
|
app:lottie_autoPlay="true"
|
|
|
app:lottie_loop="true" />
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginEnd="14dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/iv_tenant_tools_enter"
|
|
|
+ android:layout_marginTop="12dp"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/fl_course_enter"
|
|
|
+ android:src="@drawable/icon_home_tanant_train_tools_enter"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
+
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/cl_hot_album"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/dp_18"
|
|
|
android:visibility="gone"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/fl_course_enter">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_tenant_tools_enter">
|
|
|
|
|
|
<View
|
|
|
android:id="@+id/tv_hot_album_line"
|