longpress_cling.xml 682 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:launcher="http://schemas.android.com/apk/res-auto"
  4. android:id="@+id/longpress_cling"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. launcher:layout_ignoreInsets="true"
  8. android:background="@color/cling_scrim_background" >
  9. <FrameLayout
  10. android:id="@+id/cling_content"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_gravity="top"
  14. android:background="@drawable/cling_bg"
  15. android:tag="crop_bg_top_and_sides" />
  16. </FrameLayout>