summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorCristina Stancu <crstn@google.com>2013-08-07 17:20:14 +0100
committerCristina Stancu <crstn@google.com>2013-08-22 11:41:11 +0100
commit476493bcc3b2d6cf32db62bf78714aa0f2747108 (patch)
tree9c2a5a14ea0488d9ba80e492d6694b4f0c97054f /res
parent2b931429dbf29633657f060151e5451522b44f15 (diff)
downloadandroid_packages_apps_Trebuchet-476493bcc3b2d6cf32db62bf78714aa0f2747108.tar.gz
android_packages_apps_Trebuchet-476493bcc3b2d6cf32db62bf78714aa0f2747108.tar.bz2
android_packages_apps_Trebuchet-476493bcc3b2d6cf32db62bf78714aa0f2747108.zip
Get the view to be used as qsb bar from the launcher directly.
This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
Diffstat (limited to 'res')
-rw-r--r--res/layout/qsb_bar.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/qsb_bar.xml b/res/layout/qsb_bar.xml
index f0e3bbfce..030acf6be 100644
--- a/res/layout/qsb_bar.xml
+++ b/res/layout/qsb_bar.xml
@@ -20,13 +20,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <!-- Search buttons container -->
- <include android:id="@+id/qsb_search_bar"
- layout="@layout/search_bar"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center" />
-
<!-- Drag specific targets container -->
<LinearLayout
style="@style/SearchDropTargetBar"