Home | History | Annotate | Download | only in layout-port
      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 
     10     <FrameLayout
     11         android:id="@+id/cling_content"
     12         android:layout_width="match_parent"
     13         android:layout_height="wrap_content"
     14         android:layout_gravity="top"
     15         android:background="@drawable/cling_bg"
     16         android:tag="crop_bg_top_and_sides" />
     17 
     18 </FrameLayout>