summaryrefslogtreecommitdiff
path: root/res/layout/lists_fragment.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-06 00:31:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-06 00:31:36 +0000
commita56455b7c4719061eb8d9b636429f652042753c1 (patch)
tree74a61f1ae4b061e2fea30ede849903d76adc09d9 /res/layout/lists_fragment.xml
parent30d443a2534934bce514dfb7ce412ada8a3ebbf4 (diff)
parent52efda4d4a71a7b689a68e0ff68beb61bf8ca47b (diff)
Merge "Remove the shortcut/recents card."
Diffstat (limited to 'res/layout/lists_fragment.xml')
-rw-r--r--res/layout/lists_fragment.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index a11c89fef..26f62c7d8 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -21,11 +21,11 @@
android:layout_height="match_parent"
android:animateLayoutChanges="true" >
- <com.android.dialer.list.SwipeableShortcutCard
- android:id="@+id/shortcut_card"
+ <!-- TODO: Apply background color to ActionBar instead of a FrameLayout. For now, this is the
+ easiest way to preserve correct pane scrolling and searchbar collapse/expand behaviors. -->
+ <FrameLayout
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingTop="@dimen/action_bar_height_large"
+ android:layout_height="@dimen/action_bar_height_large"
android:background="@color/actionbar_background_color" />
<FrameLayout