75f8adf06c
Change-Id: Idbf46680f96086c93d667c26dc9ed214eeaf835e
18 lines
682 B
XML
18 lines
682 B
XML
<?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"
|
|
android:id="@+id/longpress_cling"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
launcher:layout_ignoreInsets="true"
|
|
android:background="@color/cling_scrim_background" >
|
|
|
|
<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> |