|
|
@@ -5,8 +5,8 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- tools:layout_marginTop="-300dp"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:orientation="vertical"
|
|
|
+ tools:layout_marginTop="-600dp">
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -362,8 +362,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="13dp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/fourth_layout">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/fourth_layout"
|
|
|
+ tools:visibility="visible">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_book_mark1"
|
|
|
@@ -503,8 +503,8 @@
|
|
|
android:drawableLeft="@drawable/custom_like_check"
|
|
|
android:paddingStart="5dp"
|
|
|
android:paddingEnd="6dp"
|
|
|
- android:text=""
|
|
|
android:saveEnabled="false"
|
|
|
+ android:text=""
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
@@ -517,10 +517,10 @@
|
|
|
|
|
|
android:background="@null"
|
|
|
android:button="@null"
|
|
|
- android:saveEnabled="false"
|
|
|
android:drawableLeft="@drawable/custom_book_mark_check"
|
|
|
android:paddingStart="5dp"
|
|
|
android:paddingEnd="6dp"
|
|
|
+ android:saveEnabled="false"
|
|
|
android:text=""
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintStart_toEndOf="@+id/like_check2"
|
|
|
@@ -601,16 +601,17 @@
|
|
|
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:id="@+id/layout_my_bucket_list_preview"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
android:layout_marginStart="17dp"
|
|
|
android:layout_marginEnd="17dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- app:layout_constraintTop_toBottomOf="@+id/layout_best_bucket"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/layout_best_bucket">
|
|
|
+
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/recycler_view_bucket_preview"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|