zzz_help.xml 644 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@drawable/zzz_help_bg">
  6. <include
  7. android:id="@+id/zzz_title_layout"
  8. layout="@layout/zzz_second_title_layout"/>
  9. <include
  10. android:id="@+id/zzz_help_tab"
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_below="@id/zzz_title_layout"
  14. layout="@layout/zzz_tab_viewpager"/>
  15. </RelativeLayout>