summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-01-14 16:18:14 -0800
committerAdam Cohen <adamcohen@google.com>2014-01-14 16:33:50 -0800
commit24ce0b3708b44e738d6ee52477aa4dd917b547e7 (patch)
tree85759cea4e9b23690e347ebaef6ba3da2df1d8fa /res/layout-port
parent13b563bcae015646d19fa9cf2baf7437d4711f8e (diff)
downloadandroid_packages_apps_Trebuchet-24ce0b3708b44e738d6ee52477aa4dd917b547e7.tar.gz
android_packages_apps_Trebuchet-24ce0b3708b44e738d6ee52477aa4dd917b547e7.tar.bz2
android_packages_apps_Trebuchet-24ce0b3708b44e738d6ee52477aa4dd917b547e7.zip
Fixing drop targets in phone / small tablet landscape (issue 12192781)
Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/launcher.xml4
-rw-r--r--res/layout-port/qsb.xml (renamed from res/layout-port/search_bar.xml)1
2 files changed, 2 insertions, 3 deletions
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index 74005348c..574b73e46 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -57,8 +57,8 @@
android:layout_gravity="center_horizontal" />
<include
- android:id="@+id/qsb_bar"
- layout="@layout/qsb_bar" />
+ android:id="@+id/search_drop_target_bar"
+ layout="@layout/search_drop_target_bar" />
<!-- The Workspace cling must appear under the AppsCustomizePagedView below to ensure
that it is still visible during the transition to AllApps and doesn't overlay on
diff --git a/res/layout-port/search_bar.xml b/res/layout-port/qsb.xml
index e993f7847..4c9963dfb 100644
--- a/res/layout-port/search_bar.xml
+++ b/res/layout-port/qsb.xml
@@ -16,7 +16,6 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3"
- style="@style/SearchDropTargetBar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/search_frame">