summaryrefslogtreecommitdiffstats
path: root/res/layout/player.xml
blob: 77396fc2931af543fee7c9ae3afc2175eb5772b7 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

    <include layout="@layout/audio_player" />

    <include layout="@layout/extra_controls" />

</merge>