From 34d2c915c4762a073b60bb676a9e905392e9679c Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 11 Sep 2015 09:27:58 -0700 Subject: Added AppInfoDropTargetBar to spring loaded workspace. Change-Id: Ieedc68eba9a5934ab30d6d546d8a837274491064 --- res/layout-land/launcher.xml | 4 ++++ res/layout-port/launcher.xml | 4 ++++ res/layout-sw720dp/launcher.xml | 4 ++++ res/layout/app_info_drop_target_bar.xml | 42 +++++++++++++++++++++++++++++++++ res/layout/search_drop_target_bar.xml | 12 ---------- 5 files changed, 54 insertions(+), 12 deletions(-) create mode 100644 res/layout/app_info_drop_target_bar.xml (limited to 'res') diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index f431fb132..951a30ec7 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -49,6 +49,10 @@ android:layout_height="match_parent" android:layout_gravity="right" /> + + diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index a7f851e76..4cb34e92e 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -63,6 +63,10 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" /> + + diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 319a49315..3228999ce 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -49,6 +49,10 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> + + diff --git a/res/layout/app_info_drop_target_bar.xml b/res/layout/app_info_drop_target_bar.xml new file mode 100644 index 000000000..b8f30d0c8 --- /dev/null +++ b/res/layout/app_info_drop_target_bar.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/search_drop_target_bar.xml b/res/layout/search_drop_target_bar.xml index 4737ee1bc..724eb943d 100644 --- a/res/layout/search_drop_target_bar.xml +++ b/res/layout/search_drop_target_bar.xml @@ -39,18 +39,6 @@ android:text="@string/delete_target_label" /> - - - - - - - -- cgit v1.2.3