blob: 8e35f5c1a7b008d241da6c0d3f212f4ce35cf417 [file] [log] [blame]
Sunny Goyal424418b2014-08-22 16:09:37 -07001<?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"
Sunny Goyalf8763012014-09-23 16:22:10 -07006 android:layout_height="match_parent"
7 android:background="@color/cling_scrim_background" >
Sunny Goyal424418b2014-08-22 16:09:37 -07008
Sunny Goyal424418b2014-08-22 16:09:37 -07009 <FrameLayout
10 android:id="@+id/cling_content"
Sunny Goyal76616142014-08-26 10:54:08 -070011 android:layout_width="match_parent"
Sunny Goyal424418b2014-08-22 16:09:37 -070012 android:layout_height="wrap_content"
Sunny Goyal76616142014-08-26 10:54:08 -070013 android:layout_gravity="top"
14 android:background="@drawable/cling_bg"
15 android:tag="crop_bg_top_and_sides" />
Sunny Goyal424418b2014-08-22 16:09:37 -070016
17</FrameLayout>