2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/parent_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2018-08-22 23:24:07 +05:30
|
|
|
android:orientation="vertical">
|
2018-07-27 18:37:33 +05:30
|
|
|
|
2018-08-30 14:59:30 +05:30
|
|
|
<FrameLayout
|
2018-07-27 18:37:33 +05:30
|
|
|
android:id="@+id/drawer_content_container"
|
|
|
|
android:layout_width="match_parent"
|
2018-11-05 19:23:07 +05:30
|
|
|
android:layout_height="match_parent" />
|
2018-07-27 18:37:33 +05:30
|
|
|
|
|
|
|
</FrameLayout>
|