From 24ce0b3708b44e738d6ee52477aa4dd917b547e7 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Tue, 14 Jan 2014 16:18:14 -0800 Subject: Fixing drop targets in phone / small tablet landscape (issue 12192781) Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be --- res/layout-sw720dp/launcher.xml | 4 +-- res/layout-sw720dp/qsb.xml | 72 +++++++++++++++++++++++++++++++++++++++ res/layout-sw720dp/search_bar.xml | 71 -------------------------------------- 3 files changed, 74 insertions(+), 73 deletions(-) create mode 100644 res/layout-sw720dp/qsb.xml delete mode 100644 res/layout-sw720dp/search_bar.xml (limited to 'res/layout-sw720dp') diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 7dac2718c..64b0fa0d6 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -45,8 +45,8 @@ android:layout_height="match_parent" /> + android:id="@+id/search_drop_target_bar" + layout="@layout/search_drop_target_bar" /> + + + + + + + + + + + + diff --git a/res/layout-sw720dp/search_bar.xml b/res/layout-sw720dp/search_bar.xml deleted file mode 100644 index 3276f3f17..000000000 --- a/res/layout-sw720dp/search_bar.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - -- cgit v1.2.3