blob: 614a498e5b34d10515316f177f91d2a8e338cdc6 [file]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/nav_touchpad_fragment_container"
android:name="com.example.android.vdmdemo.common.NavTouchpadFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/dpad_fragment_container"
android:name="com.example.android.vdmdemo.common.DpadFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/rotary_fragment_container"
android:name="com.example.android.vdmdemo.common.RotaryFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
</LinearLayout>