|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="226dp"
|
|
|
+ android:layout_height="235dp"
|
|
|
android:background="@drawable/card_cover_dim_top"
|
|
|
android:rotation="180"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
@@ -75,8 +75,16 @@
|
|
|
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="72dp"
|
|
|
- android:background="@drawable/card_dim_bottom_40"
|
|
|
+ android:layout_height="138dp"
|
|
|
+ android:background="@drawable/card_dim_bottom_12"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:rotation="-180"
|
|
|
+ android:layout_width="166dp"
|
|
|
+ android:layout_height="162dp"
|
|
|
+ android:background="@drawable/card_dim_bottom_3"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -86,7 +94,7 @@
|
|
|
android:layout_marginEnd="25dp"
|
|
|
android:layout_marginBottom="28dp"
|
|
|
android:gravity="end"
|
|
|
- android:lineSpacingExtra="3.5sp"
|
|
|
+ android:lineSpacingExtra="4sp"
|
|
|
android:textColor="@color/CFFFFFF"
|
|
|
android:textSize="12sp"
|
|
|
android:textStyle="bold"
|