summaryrefslogtreecommitdiffstats
path: root/res/layout-land
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-land
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-land')
-rw-r--r--res/layout-land/longpress_cling.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/res/layout-land/longpress_cling.xml b/res/layout-land/longpress_cling.xml
deleted file mode 100644
index 9672dd8a0..000000000
--- a/res/layout-land/longpress_cling.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout 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"
- android:orientation="vertical" >
-
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
-
- <FrameLayout
- android:id="@+id/cling_content"
- android:layout_width="360dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/cling_bg" />
-
- <Space
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="2" />
-
-</LinearLayout> \ No newline at end of file