2021-01-12 14:28:52 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-05-03 11:34:41 -03:00
|
|
|
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-01-12 14:28:52 -04:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2021-05-03 11:34:41 -03:00
|
|
|
android:id="@+id/nav_host_fragment"
|
|
|
|
android:name="androidx.navigation.fragment.NavHostFragment"
|
2021-01-12 14:28:52 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2021-05-03 11:34:41 -03:00
|
|
|
app:defaultNavHost="true"
|
|
|
|
app:navGraph="@navigation/chat_wallpaper" />
|