am 7e3812b8: Do not automatically enable gestures in list based on filtering/fastscroll status. Enable gestures in Contacts for now.

Merge commit '7e3812b8cb494712f89eb67b1223e8bbc099f6f7'

* commit '7e3812b8cb494712f89eb67b1223e8bbc099f6f7':
  Do not automatically enable gestures in list based on filtering/fastscroll status.
diff --git a/res/layout-finger/contacts_list_content.xml b/res/layout-finger/contacts_list_content.xml
index 32b7ffc..7850d69 100644
--- a/res/layout-finger/contacts_list_content.xml
+++ b/res/layout-finger/contacts_list_content.xml
@@ -4,9 +4,9 @@
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
-  
+
           http://www.apache.org/licenses/LICENSE-2.0
-  
+
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,9 +20,10 @@
         android:orientation="vertical">
 
     <ListView android:id="@android:id/list"
-            android:layout_width="fill_parent" 
+            android:layout_width="fill_parent"
             android:layout_height="fill_parent"
             android:fastScrollEnabled="true"
+            android:gestures="filter"
     />
 
     <ScrollView android:id="@android:id/empty"