zzz_billboard_layout.xml 497 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="vertical">
  7. <include
  8. android:id="@+id/zzz_title_bar"
  9. layout="@layout/zzz_big_title_bar"/>
  10. <RelativeLayout
  11. android:id="@+id/zzz_content"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"/>
  14. </LinearLayout>