OSDN Git Service

9f69b23b0a53e6e5405d7d2d469f61d78ca6bcb5
[android-x86/packages-apps-Eleven.git] / res / layout / fragment_music_browser_phone.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   Copyright (C) 2012 Andrew Neal
4   Copyright (C) 2014 The CyanogenMod Project
5
6   Licensed under the Apache License, Version 2.0 (the "License");
7   you may not use this file except in compliance with the License.
8   You may obtain a copy of the License at
9
10        http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17 -->
18 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
19     android:layout_width="match_parent"
20     android:layout_height="match_parent" >
21
22     <RelativeLayout
23         android:id="@+id/fragment_home_phone_container"
24         android:layout_width="match_parent"
25         android:layout_height="match_parent" >
26
27         <org.lineageos.eleven.widgets.ViewPagerTabs
28             android:id="@+id/fragment_home_phone_pager_titles"
29             android:layout_width="match_parent"
30             android:layout_height="@dimen/tpi_height"
31             android:elevation="@dimen/action_bar_elevation"
32             style="@style/HeaderTabTextStyle" />
33
34         <android.support.v4.view.ViewPager
35             android:id="@+id/fragment_home_phone_pager"
36             android:layout_width="match_parent"
37             android:layout_height="match_parent"
38             android:layout_below="@+id/fragment_home_phone_pager_titles" />
39     </RelativeLayout>
40
41 </FrameLayout>