Hide song/album/artist sector when there are no elements to show

This commit is contained in:
CappielloAntonio 2021-07-30 17:20:12 +02:00
parent b5eaa1e523
commit 02d6ad9629
3 changed files with 13 additions and 3 deletions

View file

@ -12,6 +12,7 @@
android:paddingBottom="@dimen/global_padding_bottom">
<LinearLayout
android:id="@+id/library_album_sector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@ -64,6 +65,7 @@
</LinearLayout>
<LinearLayout
android:id="@+id/library_artist_sector"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"