floating_split_select_view.xml 749 B

1234567891011121314151617181920
  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. <ImageView
  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:background="?android:colorPrimary"
  16. android:visibility="gone" />
  17. </com.android.quickstep.views.FloatingTaskView>