Skip to content
Snippets Groups Projects
Unverified Commit 1c7fd671 authored by axelherbstreith's avatar axelherbstreith Committed by GitHub
Browse files

Removed padding in recycler view (#1933)

parent 089da0a9
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"
android:paddingTop="@dimen/spacing_tiny"
android:paddingBottom="@dimen/spacing_tiny"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintTop_toBottomOf="@id/contact_diary_overview_element_divider"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment