|
|
@@ -24,7 +24,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/rectangle_dim_top"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/image_dim_layer"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -100,7 +100,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/rectangle_dim_top"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/image_dim_layer2"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
/>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
@@ -132,6 +132,7 @@
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:layout_marginTop="7dp"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
@@ -139,7 +140,6 @@
|
|
|
android:id="@+id/image_3"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="7dp"
|
|
|
android:scaleType="centerCrop"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
tools:src="@drawable/banner_bg_1"/>
|
|
|
@@ -148,7 +148,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@drawable/rectangle_dim_top"
|
|
|
- app:layout_constraintBottom_toTopOf="@+id/image_dim_layer3"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
/>
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|