123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/zzz_help_bg">
- <include
- android:id="@+id/zzz_title_layout"
- layout="@layout/zzz_second_title_layout"/>
- <include
- android:id="@+id/zzz_help_tab"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@id/zzz_title_layout"
- layout="@layout/zzz_tab_viewpager"/>
- </RelativeLayout>
|