From dc500de99ccb42393d6dae3ecf4748b560775019 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 6 Mar 2015 12:06:31 -0800 Subject: Remove OverlappingPaneLayout. - Remove the OverlappingPaneLayout, which is no longer needed since the recents card has been removed. - Known Issue: SearchBar is no longer hidden on scroll. - Known Issue: shouldShowActionBar does not return correct value. I plan to fix these KIs in a follow up CL, but going for incremental changes for now to try to keep it apparent what is being done. Bug: 19372817 Change-Id: I9ae1ca19820c87f252863074a5bcab6923b03558 --- res/layout/lists_fragment.xml | 127 ++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 66 deletions(-) (limited to 'res') diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index 26f62c7d8..98a1422c0 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -14,84 +14,79 @@ limitations under the License. --> - - - + android:layout_height="match_parent" + android:orientation="vertical"> - + + + + + + + + + + android:layout_height="@dimen/tab_height" + android:layout_alignParentTop="true" > - - - - + android:layout_width="match_parent" + android:background="@color/actionbar_background_color" + android:gravity="center" + android:orientation="horizontal" + android:visibility="gone" > + + + + - - - - - - - - - - - - - - - + + + -- cgit v1.2.3