am 08a02039: am f2f34505: Merge "Fix 3041579 overscroll effect in notification area looks strange" into gingerbread

Merge commit '08a02039ee467b3ead2c2e6d3f687b9c70c7fbc8'

* commit '08a02039ee467b3ead2c2e6d3f687b9c70c7fbc8':
  Fix 3041579 overscroll effect in notification area looks strange
diff --git a/packages/SystemUI/res/layout/status_bar_expanded.xml b/packages/SystemUI/res/layout/status_bar_expanded.xml
index b5b1b50..9e33f01 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded.xml
@@ -71,6 +71,7 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:fadingEdge="none"
+            android:overscrollMode="ifContentScrolls"
             >
             <com.android.systemui.statusbar.NotificationLinearLayout
                 android:id="@+id/notificationLinearLayout"