|
|
@@ -25,10 +25,10 @@
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="226dp"
|
|
|
- android:rotation="180"
|
|
|
android:background="@drawable/card_cover_dim_top"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
+ android:rotation="180"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -73,6 +73,12 @@
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="72dp"
|
|
|
+ android:background="@drawable/card_dim_bottom_40"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_page_number"
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -88,4 +94,5 @@
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
tools:text="1 / 5"
|
|
|
/>
|
|
|
+
|
|
|
</android.support.constraint.ConstraintLayout>
|