2018-07-27 18:37:33 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-08-11 23:59:44 +05:30
|
|
|
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-02-19 00:41:26 +05:30
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-08-11 23:59:44 +05:30
|
|
|
android:id="@+id/fragment_container"
|
|
|
|
android:name="androidx.navigation.fragment.NavHostFragment"
|
2018-08-30 14:59:30 +05:30
|
|
|
android:layout_width="match_parent"
|
2020-02-19 00:41:26 +05:30
|
|
|
android:layout_height="match_parent"
|
2020-08-11 23:59:44 +05:30
|
|
|
app:defaultNavHost="true"
|
|
|
|
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior"
|
|
|
|
app:navGraph="@navigation/main_graph" />
|
2020-02-19 00:41:26 +05:30
|
|
|
|