activity_home.xml 618 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/EFEFEF"
  6. android:id="@+id/parentRel"
  7. android:orientation="vertical" >
  8. <include layout="@layout/fragment_title" />
  9. <LinearLayout
  10. android:id="@+id/expandablelay"
  11. android:layout_width="fill_parent"
  12. android:layout_height="fill_parent"
  13. android:orientation="vertical"
  14. android:background="@color/qingcolor"
  15. >
  16. </LinearLayout>
  17. </LinearLayout>