From 827a55807303c31ee289b352fb300f97562dfa43 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 10 Jul 2012 16:30:49 -0700 Subject: 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 ----------------------------------- res/layout-port/drop_target_bar.xml | 39 ------------------------------------- res/layout/drop_target_bar.xml | 39 +++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 76 deletions(-) delete mode 100644 res/layout-land/drop_target_bar.xml delete mode 100644 res/layout-port/drop_target_bar.xml create mode 100644 res/layout/drop_target_bar.xml diff --git a/res/layout-land/drop_target_bar.xml b/res/layout-land/drop_target_bar.xml deleted file mode 100644 index 794a79edb..000000000 --- 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-port/drop_target_bar.xml deleted file mode 100644 index 5fcddc9a0..000000000 --- a/res/layout-port/drop_target_bar.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/drop_target_bar.xml b/res/layout/drop_target_bar.xml new file mode 100644 index 000000000..5fcddc9a0 --- /dev/null +++ b/res/layout/drop_target_bar.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3