home: make no music indicator follow edge-to-edge

This commit is contained in:
Alexander Capehart 2024-11-27 09:47:09 -07:00
parent e0bbb88e92
commit b31562e250
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -14,6 +14,10 @@
tools:listitem="@layout/item_song" />
<org.oxycblt.auxio.home.EdgeFrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/home_no_music"
android:layout_width="wrap_content"
@ -49,4 +53,5 @@
</LinearLayout>
</org.oxycblt.auxio.home.EdgeFrameLayout>
</FrameLayout>