|
|
@@ -16,10 +16,14 @@
|
|
|
android:id="@+id/layout_container_my_coin"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
android:background="@color/CF8F8F8"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/layout_coops_recommend"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintVertical_bias="0"
|
|
|
+ app:layout_constraintVertical_chainStyle="packed">
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_my_coin"
|
|
|
@@ -40,7 +44,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="30dp"
|
|
|
- android:background="?android:attr/selectableItemBackground"
|
|
|
android:includeFontPadding="false"
|
|
|
android:lineSpacingExtra="0dp"
|
|
|
android:paddingTop="5dp"
|
|
|
@@ -61,7 +64,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="12dp"
|
|
|
android:layout_marginBottom="8dp"
|
|
|
- android:background="?android:attr/selectableItemBackground"
|
|
|
android:paddingStart="3dp"
|
|
|
android:paddingTop="10dp"
|
|
|
android:paddingEnd="3dp"
|
|
|
@@ -80,7 +82,6 @@
|
|
|
android:layout_marginTop="30dp"
|
|
|
android:layout_marginEnd="2dp"
|
|
|
android:layout_marginBottom="30dp"
|
|
|
- android:background="?android:attr/selectableItemBackground"
|
|
|
android:gravity="end"
|
|
|
android:includeFontPadding="false"
|
|
|
android:lineSpacingExtra="0dp"
|
|
|
@@ -100,7 +101,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginEnd="19dp"
|
|
|
- android:background="?android:attr/selectableItemBackground"
|
|
|
android:paddingTop="10dp"
|
|
|
android:paddingEnd="10dp"
|
|
|
android:paddingBottom="10dp"
|
|
|
@@ -114,20 +114,22 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/layout_coops_recommend"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:paddingBottom="40dp"
|
|
|
+ android:paddingBottom="15dp"
|
|
|
app:layout_constrainedHeight="true"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/coin_banner_view"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_container_my_coin">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_container_my_coin"
|
|
|
+ tools:layout_height="200dp">
|
|
|
</LinearLayout>
|
|
|
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.category.banner.MainBannerView
|
|
|
android:id="@+id/coin_banner_view"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="151dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|