|
|
@@ -25,20 +25,20 @@
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- app:isCircle="@{false}"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:loadHeadImg="@{data.videoCoverImage}" />
|
|
|
+ app:loadImg="@{data.videoCoverImage}" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
android:layout_width="@dimen/divider_72px"
|
|
|
android:layout_height="@dimen/divider_72px"
|
|
|
android:layout_marginTop="@dimen/divider_60px"
|
|
|
android:background="@mipmap/icon_video"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
@@ -53,8 +53,8 @@
|
|
|
android:textSize="@dimen/divider_24px"
|
|
|
android:textStyle="bold"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
tools:text="@string/accumulated_training_duration" />
|
|
|
|
|
|
|