add playlists padding

This commit is contained in:
Bnyro 2022-11-17 15:49:37 +01:00
parent 5cfb571914
commit c3c24a73b3

View File

@ -108,7 +108,9 @@
android:id="@+id/playlist_recView" android:id="@+id/playlist_recView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:nestedScrollingEnabled="false" /> android:clipToPadding="false"
android:nestedScrollingEnabled="false"
android:paddingBottom="64dp" />
</RelativeLayout> </RelativeLayout>
</LinearLayout> </LinearLayout>