summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-10-31 18:32:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-31 18:32:52 +0000
commit49ac59cbb3ca0d2d948992c90c19be7cd7f096f7 (patch)
tree4dcd70819420f6efe539e2fa452fb00d339b11d3 /res/layout-sw720dp
parent9789c42eab81e03ceae50be08ef0eeb6009b795e (diff)
parent0091e3766e25d5273be32e5270834e22bb62c9aa (diff)
downloadandroid_packages_apps_Trebuchet-49ac59cbb3ca0d2d948992c90c19be7cd7f096f7.tar.gz
android_packages_apps_Trebuchet-49ac59cbb3ca0d2d948992c90c19be7cd7f096f7.tar.bz2
android_packages_apps_Trebuchet-49ac59cbb3ca0d2d948992c90c19be7cd7f096f7.zip
Merge "Removing unused cling, tweaking translation character limits (Bug 11151675)" into jb-ub-now-jetsonic
Diffstat (limited to 'res/layout-sw720dp')
-rw-r--r--res/layout-sw720dp/all_apps_cling.xml46
1 files changed, 0 insertions, 46 deletions
diff --git a/res/layout-sw720dp/all_apps_cling.xml b/res/layout-sw720dp/all_apps_cling.xml
deleted file mode 100644
index 824d84f0d..000000000
--- a/res/layout-sw720dp/all_apps_cling.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 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.
--->
-<com.android.launcher3.Cling
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
- launcher:drawIdentifier="all_apps_large">
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginStart="@dimen/cling_text_block_offset_x"
- android:layout_marginTop="@dimen/cling_text_block_offset_y">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- style="@style/ClingTitleText"
- android:id="@+id/all_apps_cling_title"
- android:text="@string/all_apps_cling_title" />
- <TextView
- style="@style/ClingText"
- android:id="@+id/all_apps_cling_add_item"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/all_apps_cling_add_item" />
- <Button
- style="@style/ClingButton"
- android:id="@+id/cling_dismiss"
- android:layout_marginTop="15dp"
- android:onClick="dismissAllAppsCling" />
- </LinearLayout>
- </FrameLayout>
-</com.android.launcher3.Cling>