Merge "Un-force fading edges in ListPopupWindows."

This commit is contained in:
Adam Powell
2011-09-13 21:48:33 -07:00
committed by Android (Google) Code Review

View File

@@ -988,7 +988,6 @@ public class ListPopupWindow {
mDropDownList.setSelector(mDropDownListHighlight); mDropDownList.setSelector(mDropDownListHighlight);
} }
mDropDownList.setAdapter(mAdapter); mDropDownList.setAdapter(mAdapter);
mDropDownList.setVerticalFadingEdgeEnabled(true);
mDropDownList.setOnItemClickListener(mItemClickListener); mDropDownList.setOnItemClickListener(mItemClickListener);
mDropDownList.setFocusable(true); mDropDownList.setFocusable(true);
mDropDownList.setFocusableInTouchMode(true); mDropDownList.setFocusableInTouchMode(true);