summaryrefslogtreecommitdiffstats
path: root/res/layout/search_container_workspace.xml
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-07-04 09:06:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-04 09:06:53 +0000
commitefbfcb838d5ff45d086736041ab82f1ab4ea6c63 (patch)
tree7d0e2f08902afa5c00b1a8781958bca853fe7805 /res/layout/search_container_workspace.xml
parentf593fb916e1da8f218b265ba4a752b31cf3b2fb6 (diff)
parentc7b8df83297b1e765ee25871c4c796ee6a8440df (diff)
downloadandroid_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.tar.gz
android_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.tar.bz2
android_packages_apps_Trebuchet-efbfcb838d5ff45d086736041ab82f1ab4ea6c63.zip
Merge "Sanitizing various search container ids and layout names" into ub-launcher3-dorval-polish
Diffstat (limited to 'res/layout/search_container_workspace.xml')
-rw-r--r--res/layout/search_container_workspace.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/res/layout/search_container_workspace.xml b/res/layout/search_container_workspace.xml
new file mode 100644
index 000000000..1c617b174
--- /dev/null
+++ b/res/layout/search_container_workspace.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2016 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.qsb.QsbContainerView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:id="@id/search_container_workspace"
+ android:padding="0dp" >
+
+ <fragment
+ android:name="com.android.launcher3.qsb.QsbContainerView$QsbFragment"
+ android:layout_width="match_parent"
+ android:tag="qsb_view"
+ android:layout_height="match_parent"/>
+</com.android.launcher3.qsb.QsbContainerView> \ No newline at end of file