summaryrefslogtreecommitdiffstats
path: root/res/layout
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
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')
-rw-r--r--res/layout/search_drop_target_bar.xml (renamed from res/layout/qsb_bar.xml)3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/qsb_bar.xml b/res/layout/search_drop_target_bar.xml
index 030acf6be..2d51b93ab 100644
--- a/res/layout/qsb_bar.xml
+++ b/res/layout/search_drop_target_bar.xml
@@ -15,14 +15,13 @@
-->
<com.android.launcher3.SearchDropTargetBar
xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/QSBBar"
+ android:orientation="horizontal"
android:focusable="false"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- Drag specific targets container -->
<LinearLayout
- style="@style/SearchDropTargetBar"
android:id="@+id/drag_target_bar"
android:layout_width="match_parent"
android:layout_height="match_parent"