summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-13 17:21:38 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-13 17:21:38 +0000
commitb1f92d1e8a2855d119441cce0626a58151645423 (patch)
tree5ccfbbe8d24f90ccda753755cce7234764828590 /res/layout
parent407b33b43f6995a1d015b4ef787da1f05e791b70 (diff)
parentdc0bba648d98d5f7fe78b1cb5b8c1c05641e8a88 (diff)
Merge "Make ActionBar scroll together with other lists"
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/lists_fragment.xml2
1 files changed, 1 insertions, 1 deletions
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">
<ListView
android:id="@+id/shortcut_card_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:paddingTop="?android:attr/actionBarSize"
android:background="@color/actionbar_background_color"
android:clipToPadding="false"
android:fadingEdge="none"