From dc0bba648d98d5f7fe78b1cb5b8c1c05641e8a88 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 12 May 2014 18:30:51 -0700 Subject: Make ActionBar scroll together with other lists * Refactor PanelSlideListener into its own member variable to make the code cleaner * Offset the ActionBar appropriately in onPanelSlide so that it appears to be sliding together with the rest of the list Bug: 14234101 Change-Id: I7060f015ed72b5d0ece7069e50590b569b729142 --- res/layout/lists_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml index f97b33670..d75095aaf 100644 --- a/res/layout/lists_fragment.xml +++ b/res/layout/lists_fragment.xml @@ -18,13 +18,13 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:paddingTop="?android:attr/actionBarSize" android:animateLayoutChanges="true" android:id="@+id/lists_frame">