home: make no music indicator follow edge-to-edge
This commit is contained in:
parent
e0bbb88e92
commit
b31562e250
1 changed files with 35 additions and 30 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue