Fix hidden item in updates page

This commit is contained in:
Rahul Kumar Patel
2020-04-19 02:29:13 +05:30
parent 08c54e5482
commit 44872a3e58

View File

@@ -86,6 +86,8 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="@dimen/margin_bottom"
android:scrollbars="vertical"
tools:listitem="@layout/item_updates" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>