summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAdam Copp <adamcopp@google.com>2013-08-23 13:47:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-23 13:47:28 +0000
commiteed7aa422f64e1a62d6d4ef96bf378ef9392a48b (patch)
tree1ba81acdea6022af291359d02e99382109508419 /res
parent8b0405888f69dfe36fec10811e2ef51ceb06cb59 (diff)
parent476493bcc3b2d6cf32db62bf78714aa0f2747108 (diff)
downloadandroid_packages_apps_Trebuchet-eed7aa422f64e1a62d6d4ef96bf378ef9392a48b.tar.gz
android_packages_apps_Trebuchet-eed7aa422f64e1a62d6d4ef96bf378ef9392a48b.tar.bz2
android_packages_apps_Trebuchet-eed7aa422f64e1a62d6d4ef96bf378ef9392a48b.zip
Merge "Get the view to be used as qsb bar from the launcher directly." into jb-ub-gel-agar
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"