summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/launcher.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-24 17:28:25 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-03-24 17:29:23 -0700
commitf37a21412afb16f61ca23b5aca2e90691b57e171 (patch)
tree6e4281017ab0a7247ca4d98f2e77e9b33d4711ff /res/layout-sw720dp/launcher.xml
parent17763cb1d2060fb95873a8920196720c862f0e14 (diff)
downloadandroid_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.tar.gz
android_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.tar.bz2
android_packages_apps_Trebuchet-f37a21412afb16f61ca23b5aca2e90691b57e171.zip
Defining separate layouts for horizontal and vertical drop target bars
instead of chaning the layouts in DeviceProfile Bug: 27721989 Change-Id: I9a22c21e643f4fd0058c9be5e9d705aaf7649204
Diffstat (limited to 'res/layout-sw720dp/launcher.xml')
-rw-r--r--res/layout-sw720dp/launcher.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml
index b57244414..780d6454b 100644
--- a/res/layout-sw720dp/launcher.xml
+++ b/res/layout-sw720dp/launcher.xml
@@ -52,11 +52,11 @@
<include
android:id="@+id/app_info_drop_target_bar"
- layout="@layout/app_info_drop_target_bar" />
+ layout="@layout/drop_target_bar_horz_info" />
<include
android:id="@+id/search_drop_target_bar"
- layout="@layout/search_drop_target_bar" />
+ layout="@layout/drop_target_bar_horz_search" />
<include layout="@layout/overview_panel"
android:id="@+id/overview_panel"