Merge "Un-force fading edges in ListPopupWindows."
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user