floating_split_select_view.xml 742 B

12345678910111213141516171819
  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. <com.android.quickstep.views.FloatingTaskThumbnailView
  7. android:id="@+id/thumbnail"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:visibility="gone" />
  11. <com.android.quickstep.views.SplitPlaceholderView
  12. android:id="@+id/split_placeholder"
  13. android:layout_width="match_parent"
  14. android:layout_height="@dimen/split_placeholder_size"
  15. android:visibility="gone" />
  16. </com.android.quickstep.views.FloatingTaskView>