[fix] Convert activity_main symlink to xml file (#207)
This commit is contained in:
parent
de2c8350b6
commit
ebea13777f
1 changed files with 19 additions and 1 deletions
|
@ -1 +1,19 @@
|
|||
../layout-television/activity_main.xml
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/nav_host_fragment_activity_main"
|
||||
android:name="androidx.navigation.fragment.NavHostFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:defaultNavHost="true"
|
||||
app:layout_constraintBottom_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="parent"
|
||||
app:navGraph="@navigation/app_navigation" />
|
||||
|
||||
</FrameLayout>
|
Loading…
Reference in a new issue