summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-06-27 23:13:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-27 15:56:14 +0000
commit0c6b438f48cf6e5a391e37a2006264a43438d5d8 (patch)
treec646cc0f6d19587eede087b59fa1cc33c952cab2 /res
parent5a4c59db3fd96d6b1478dc4fe2ca9ac2924d854a (diff)
parente838a44d3cf12bbc6135610f5095a34991d222f5 (diff)
downloadpackages_apps_Contacts-0c6b438f48cf6e5a391e37a2006264a43438d5d8.tar.gz
packages_apps_Contacts-0c6b438f48cf6e5a391e37a2006264a43438d5d8.tar.bz2
packages_apps_Contacts-0c6b438f48cf6e5a391e37a2006264a43438d5d8.zip
Merge "If extra ScrollView space, don't compress header"
Diffstat (limited to 'res')
-rw-r--r--res/layout/quickcontact_content.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/quickcontact_content.xml b/res/layout/quickcontact_content.xml
index 4f2d3d838..ec2073a8b 100644
--- a/res/layout/quickcontact_content.xml
+++ b/res/layout/quickcontact_content.xml
@@ -52,6 +52,7 @@
<!-- Fill the rest of the LinearLayout with the correct background color -->
<View
+ android:id="@+id/card_empty_space"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/card_margin_color" />