|
|
@@ -23,11 +23,12 @@
|
|
|
android:layout_marginStart="@dimen/divider_24px"
|
|
|
android:layout_marginTop="@dimen/divider_32px"
|
|
|
android:layout_marginBottom="@dimen/divider_20px"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- app:roundRadius="@{8}"
|
|
|
- app:loadImg="@{data.gameCoverImage}" />
|
|
|
+ app:loadImg="@{data.gameCoverImage}"
|
|
|
+ app:roundRadius="@{8}" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:id="@+id/tvGameName"
|
|
|
@@ -45,8 +46,7 @@
|
|
|
android:textStyle="bold"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@+id/imageStatus"
|
|
|
- app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:text="@string/app_name" />
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
android:layout_width="0dp"
|
|
|
@@ -60,8 +60,7 @@
|
|
|
android:textSize="@dimen/divider_18px"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@+id/imageStatus"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/tvGameName"
|
|
|
- tools:text="@string/app_name" />
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tvGameName" />
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|