|
@@ -226,6 +226,16 @@
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_train_tools_bg"
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_train_tools_bg"
|
|
app:layout_constraintTop_toTopOf="@+id/iv_train_tools_bg" />
|
|
app:layout_constraintTop_toTopOf="@+id/iv_train_tools_bg" />
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <ImageView
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="0dp"
|
|
|
|
+ android:adjustViewBounds="true"
|
|
|
|
+ android:src="@drawable/bg_mine_train_tools_tag3"
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_train_tools_bg"
|
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_train_tools_bg"
|
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_train_tools_bg" />
|
|
|
|
+
|
|
<ImageView
|
|
<ImageView
|
|
android:id="@+id/iv_tools_tag2"
|
|
android:id="@+id/iv_tools_tag2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -285,14 +295,6 @@
|
|
app:layout_constraintLeft_toRightOf="@+id/tv_train_tools_tip"
|
|
app:layout_constraintLeft_toRightOf="@+id/tv_train_tools_tip"
|
|
tools:text="2025-11-07" />
|
|
tools:text="2025-11-07" />
|
|
|
|
|
|
- <ImageView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="0dp"
|
|
|
|
- android:adjustViewBounds="true"
|
|
|
|
- android:src="@drawable/bg_mine_train_tools_tag3"
|
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/iv_train_tools_bg"
|
|
|
|
- app:layout_constraintRight_toRightOf="@+id/iv_train_tools_bg"
|
|
|
|
- app:layout_constraintTop_toTopOf="@+id/iv_train_tools_bg" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_go_open"
|
|
android:id="@+id/tv_go_open"
|