blob: ffae0bead6dcf4dd5102f82429b21e7311800e3d [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"
6 android:layout_height="match_parent" >
7
8 <com.android.launcher3.ClearCircleLayout
9 android:id="@+id/cling_longpress_hole"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent"
12 launcher:holeLocation="page_indicator" />
13
14 <FrameLayout
15 android:id="@+id/cling_content"
16 android:layout_width="360dp"
17 android:layout_height="wrap_content"
18 android:layout_gravity="center"
19 android:background="#FF009688"
20 android:elevation="6dp" />
21
22</FrameLayout>