Add padding in info & download to remove obtrusion by FAB

This commit is contained in:
Blatzar 2023-01-28 19:00:10 +01:00
parent b2b16fccc5
commit b2389bf14c
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,6 @@
android:id="@+id/download_root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/primaryGrayBackground"
android:orientation="vertical"
tools:context=".ui.download.DownloadFragment">
@ -132,7 +131,8 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/download_list"
android:layout_width="match_parent"
android:paddingBottom="100dp"
android:clipToPadding="false"
android:layout_height="match_parent"
android:background="?attr/primaryBlackBackground"
android:descendantFocusability="afterDescendants"

View File

@ -129,9 +129,9 @@
<androidx.core.widget.NestedScrollView
android:id="@+id/result_scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/primaryGrayBackground">
android:paddingBottom="100dp"
android:clipToPadding="false"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"