diff options
author | Michael Jurka <mikejurka@google.com> | 2012-10-08 02:38:56 +0200 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2012-10-08 02:38:56 +0200 |
commit | 2ebcf509f038f435ca8819dc098a7cb480bed0d9 (patch) | |
tree | c592b21457aaea1a37c3790dff5eecc850365d63 /res/layout | |
parent | 8b4d91455a0fc8a632ae09138787f4c5c54c4568 (diff) | |
download | packages_apps_trebuchet-2ebcf509f038f435ca8819dc098a7cb480bed0d9.zip packages_apps_trebuchet-2ebcf509f038f435ca8819dc098a7cb480bed0d9.tar.gz packages_apps_trebuchet-2ebcf509f038f435ca8819dc098a7cb480bed0d9.tar.bz2 |
Revert "Add support for custom manta cling"
This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/custom_workspace_cling.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/res/layout/custom_workspace_cling.xml b/res/layout/custom_workspace_cling.xml deleted file mode 100644 index 5bdc587..0000000 --- a/res/layout/custom_workspace_cling.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<!-- dummy layout, to be replaced in overlays --> -<com.android.launcher2.Cling - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher" - launcher:drawIdentifier="workspace_custom"> - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textSize="20dp" - android:textColor="@android:color/holo_blue_light" - android:text="@string/dummy_custom_cling_error_message" - android:gravity="left" - android:layout_gravity="bottom|left" - /> -</com.android.launcher2.Cling> |