PlayerAndroid/app/src/main/res/layout/activity_main_content.xml

12 lines
557 B
XML
Raw Normal View History

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