Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb
This commit is contained in:
@@ -2642,6 +2642,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
|
||||
setPressed(true);
|
||||
layoutChildren();
|
||||
positionSelector(mMotionPosition, child);
|
||||
refreshDrawableState();
|
||||
|
||||
final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
|
||||
final boolean longClickable = isLongClickable();
|
||||
|
||||
Reference in New Issue
Block a user