|
@@ -159,14 +159,17 @@
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
|
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
<android.support.v7.widget.RecyclerView
|
|
|
|
|
+
|
|
|
android:id="@+id/recycler_view_bucket_list_detail"
|
|
android:id="@+id/recycler_view_bucket_list_detail"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
|
+ android:layout_height="0dp"
|
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
+ android:layout_weight="1"
|
|
|
android:clipToPadding="false"
|
|
android:clipToPadding="false"
|
|
|
android:paddingTop="15dp"
|
|
android:paddingTop="15dp"
|
|
|
|
|
|
|
@@ -181,7 +184,7 @@
|
|
|
android:visibility="gone"
|
|
android:visibility="gone"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@id/scroll_layout"
|
|
app:layout_constraintTop_toBottomOf="@id/scroll_layout"
|
|
|
- tools:visibility="visible">
|
|
|
|
|
|
|
+ tools:visibility="gone">
|
|
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
android:id="@+id/image_result_nothing"
|
|
android:id="@+id/image_result_nothing"
|