|
|
@@ -82,20 +82,23 @@
|
|
|
/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- <RelativeLayout
|
|
|
+ <LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="28dp"
|
|
|
android:layout_marginEnd="25dp"
|
|
|
- android:layout_marginBottom="22dp">
|
|
|
+ android:layout_marginBottom="22dp"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/recycler_view_my_bucket_list"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
</android.support.v7.widget.RecyclerView>
|
|
|
|
|
|
- </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|