Don't set fastScrollAlwaysVisible to true
And add an empty view in layout to prevent scroll bar showing
up on start.
Bug 28944480
Bug 28879507
Change-Id: Ib7d44702a4888b94acbf279262ad9fc5b82a6a36
diff --git a/res-common/layout/contact_list_content.xml b/res-common/layout/contact_list_content.xml
index c29bb3d..d304839 100644
--- a/res-common/layout/contact_list_content.xml
+++ b/res-common/layout/contact_list_content.xml
@@ -27,6 +27,13 @@
android:layout_height="match_parent"
android:background="?attr/contact_browser_background" >
+ <FrameLayout
+ android:id="@android:id/empty"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone">
+ </FrameLayout>
+
<!-- Shown only when an Account filter is set.
- paddingTop should be here to show "shade" effect correctly. -->
<include layout="@layout/account_filter_header" />