OSDN Git Service

0ec4e5096aa73197132cba983b3dfbd2b5f6f393
[android-x86/packages-apps-Eleven.git] / res / layout / playlist_detail.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   Copyright (C) 2014 Cyanogen, Inc.
4 -->
5 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
6     android:layout_width="match_parent"
7     android:layout_height="match_parent">
8
9     <include
10         layout="@layout/no_results_message" />
11
12     <include
13         android:layout_width="match_parent"
14         android:layout_height="match_parent"
15         android:layout_alignParentLeft="true"
16         android:layout_alignParentTop="true"
17         layout="@layout/list_base" />
18
19     <include
20         android:id="@+id/playlist_header"
21         layout="@layout/playlist_detail_header" />
22 </RelativeLayout>