main.xml 617 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ Copyright (c) 2015. Ncomz. All Rights Reserved
  4. -->
  5. <LinearLayout
  6. xmlns:android="http://schemas.android.com/apk/res/android"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:background="@drawable/color_body_01"
  10. android:fitsSystemWindows="true"
  11. android:orientation="vertical">
  12. <FrameLayout
  13. android:id="@+id/frame_container"
  14. android:layout_width="match_parent"
  15. android:layout_height="0dp"
  16. android:layout_weight="1"/>
  17. <include layout="@layout/main_menu"/>
  18. </LinearLayout>