Skip to content
Snippets Groups Projects
Unverified Commit 10e5352d authored by Mohamed's avatar Mohamed Committed by GitHub
Browse files

Add bottom padding (#2762)

parent 941127d7
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
android:id="@+id/check_ins_list"
android:layout_width="0dp"
android:layout_height="0dp"
android:clipToPadding="false"
android:paddingBottom="@dimen/spacing_huge"
android:visibility="gone"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
......
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