summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2016-06-30 18:10:09 -0700
committerAndrew Sapperstein <asapperstein@google.com>2016-07-01 10:23:20 -0700
commit932eb8313cbd5334be7fdcd4df766493101c2a9b (patch)
tree5648bb3a046f43de50a4117f35b185b66f37bf6b /res/layout-port
parent8b9cb08b02d71e2d6b8734a294f3411c81022b5d (diff)
downloadandroid_packages_apps_Trebuchet-932eb8313cbd5334be7fdcd4df766493101c2a9b.tar.gz
android_packages_apps_Trebuchet-932eb8313cbd5334be7fdcd4df766493101c2a9b.tar.bz2
android_packages_apps_Trebuchet-932eb8313cbd5334be7fdcd4df766493101c2a9b.zip
Delete all* references to launcher clings.
Launcher clings are dead. Delete all the code and resources associated with them. * Did not delete the actual code the marks the cling as dismissed since it's used in db upgrade and backup/restore paths. Figured we probably want to keep that. Change-Id: I28841b4a430187b62b239afeb64bee81a798e259 Fixes: 29461092
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/longpress_cling.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/layout-port/longpress_cling.xml b/res/layout-port/longpress_cling.xml
deleted file mode 100644
index c0b526713..000000000
--- a/res/layout-port/longpress_cling.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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> \ No newline at end of file