| 12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- ~ Copyright (c) 2015. Ncomz. All Rights Reserved
- -->
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/color_body_01"
- android:fitsSystemWindows="true"
- android:orientation="vertical">
- <FrameLayout
- android:id="@+id/frame_container"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"/>
- <include layout="@layout/main_menu"/>
- </LinearLayout>
|