1<?xml version="1.0" encoding="utf-8"?>
2<com.android.quickstep.views.FloatingTaskView
3    xmlns:android="http://schemas.android.com/apk/res/android"
4    android:layout_width="match_parent"
5    android:layout_height="match_parent">
6
7    <com.android.quickstep.views.FloatingTaskThumbnailView
8        android:id="@+id/thumbnail"
9        android:layout_width="match_parent"
10        android:layout_height="match_parent"
11        android:visibility="gone" />
12
13    <com.android.quickstep.views.SplitPlaceholderView
14        android:id="@+id/split_placeholder"
15        android:layout_width="match_parent"
16        android:layout_height="@dimen/split_placeholder_size"
17        android:visibility="gone" />
18
19</com.android.quickstep.views.FloatingTaskView>