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/com.android.launcher3"
      4     android:id="@+id/longpress_cling"
      5     android:layout_width="match_parent"
      6     android:layout_height="match_parent"
      7     android:background="@color/cling_scrim_background" >
      8 
      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 
     17 </FrameLayout>