summaryrefslogtreecommitdiffstats
path: root/res/layout-port/longpress_cling.xml
blob: ec0321f5ef0c0170de0ea06c67b22e6fa7ca6c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
    android:id="@+id/longpress_cling"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <com.android.launcher3.ClearCircleLayout
        android:id="@+id/cling_longpress_hole"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        launcher:holeLocation="center_screen" />

    <FrameLayout
        android:id="@+id/cling_content"
        android:layout_width="360dp"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom"
        android:background="#FF009688"
        android:elevation="6dp"
        android:tag="slide_from_bottom" />

</FrameLayout>