summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-26 10:54:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-08-27 10:57:03 -0700
commit7661614383dc17d69a9b1fd819e4d610896d5205 (patch)
tree4670029b02e75d62d7fd7743aa57dada399aba12 /res/layout-sw720dp
parent424418bb50ccf5d9270650b70cc51f423da51a65 (diff)
downloadandroid_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.tar.gz
android_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.tar.bz2
android_packages_apps_Trebuchet-7661614383dc17d69a9b1fd819e4d610896d5205.zip
Updating Clings UI
issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/longpress_cling.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/layout-sw720dp/longpress_cling.xml b/res/layout-sw720dp/longpress_cling.xml
deleted file mode 100644
index ffae0bead..000000000
--- a/res/layout-sw720dp/longpress_cling.xml
+++ /dev/null
@@ -1,22 +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/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="page_indicator" />
-
- <FrameLayout
- android:id="@+id/cling_content"
- android:layout_width="360dp"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:background="#FF009688"
- android:elevation="6dp" />
-
-</FrameLayout> \ No newline at end of file