summaryrefslogtreecommitdiffstats
path: root/res/layout-port/longpress_cling.xml
blob: d0f1ab712ed33c953424d3c4ec6df6dee9e51478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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" >

    <FrameLayout
        android:id="@+id/cling_content"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="top"
        android:background="@drawable/cling_bg"
        android:tag="crop_bg_top_and_sides" />

</FrameLayout>