zzz_head_content_layout.xml 383 B

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