|
|
@@ -7,16 +7,16 @@
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_container_my_coin"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
android:background="@color/CF8F8F8"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
@@ -100,7 +100,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layout_coops_recommend"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="421dp"
|
|
|
android:orientation="vertical"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/coin_banner_view"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
@@ -113,7 +113,6 @@
|
|
|
android:id="@+id/coin_banner_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="151dp"
|
|
|
- android:layout_marginTop="45dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|