From e709fd21eda44df07327f649e4e6a257918555a9 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Thu, 24 Apr 2014 16:06:07 -0700 Subject: Add and use OverlappingPaneLayout Add a new custom layout class called OverlappingPaneLayout that allows for the ViewPager to slid above the call shortcuts in ListsFragment. For now, only the ViewPagerTabs view is made draggable - pending further nested scrolling support from the framework. Bug: 14234101 Change-Id: I95406005226f614524385f04566628446e782d22 --- res/layout/lists_fragment.xml | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) (limited to 'res') diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index 6ed0f856e..d5b2bf8ac 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -14,11 +14,11 @@ limitations under the License. --> - - - - - + android:layout_height="match_parent" + android:orientation="vertical"> + + + + + -- cgit v1.2.3