From d0a7b495fdfdfa52f4a533acbc26c0afa5984c4c 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 | 73 +++++++++++++++++++++++++++++++++++++++ res/layout-sw720dp/search_bar.xml | 73 --------------------------------------- 3 files changed, 75 insertions(+), 75 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 bc5995272..3b2cbe7b5 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/qsb.xml b/res/layout-sw720dp/qsb.xml new file mode 100644 index 000000000..e993f7847 --- /dev/null +++ b/res/layout-sw720dp/qsb.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + diff --git a/res/layout-sw720dp/search_bar.xml b/res/layout-sw720dp/search_bar.xml deleted file mode 100644 index e993f7847..000000000 --- a/res/layout-sw720dp/search_bar.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - -- cgit v1.2.3