szf_base_header.xml 656 B

12345678910111213141516171819
  1. <RelativeLayout android:orientation="vertical"
  2. android:id="@+id/background_id"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. xmlns:android="http://schemas.android.com/apk/res/android"
  6. >
  7. <include
  8. android:id="@+id/include_id"
  9. android:layout_width="fill_parent"
  10. android:layout_height="wrap_content"
  11. layout="@layout/szf_item_header" />
  12. <RelativeLayout android:id="@+id/neirong_id"
  13. android:layout_width="fill_parent"
  14. android:layout_height="fill_parent"
  15. android:layout_below="@+id/include_id"
  16. android:orientation="vertical" >
  17. </RelativeLayout>
  18. </RelativeLayout>