From 827a55807303c31ee289b352fb300f97562dfa43 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 10 Jul 2012 16:30:49 -0700 Subject: [PATCH] Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399) Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2 --- res/layout-land/drop_target_bar.xml | 37 ------------------- .../drop_target_bar.xml | 0 2 files changed, 37 deletions(-) delete mode 100644 res/layout-land/drop_target_bar.xml rename res/{layout-port => layout}/drop_target_bar.xml (100%) diff --git a/res/layout-land/drop_target_bar.xml b/res/layout-land/drop_target_bar.xml deleted file mode 100644 index 794a79edbd..0000000000 --- a/res/layout-land/drop_target_bar.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout-port/drop_target_bar.xml b/res/layout/drop_target_bar.xml similarity index 100% rename from res/layout-port/drop_target_bar.xml rename to res/layout/drop_target_bar.xml