Increase space between recipes
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||||
tools:itemCount="0"
|
tools:itemCount="10"
|
||||||
tools:listitem="@layout/view_holder_recipe" />
|
tools:listitem="@layout/view_holder_recipe" />
|
||||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
style="?materialCardViewFilledStyle"
|
style="?materialCardViewFilledStyle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginVertical="@dimen/margin_small"
|
android:layout_marginVertical="@dimen/margin_medium"
|
||||||
android:layout_marginStart="@dimen/margin_medium"
|
android:layout_marginStart="@dimen/margin_medium"
|
||||||
android:layout_marginEnd="@dimen/margin_medium">
|
android:layout_marginEnd="@dimen/margin_medium">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user