ActionBarOverlay needs to be focusable

Issue #16654827 Settings search does not close all the way.

Change-Id: I6e46ac828a6a5e90e29761c176899b90d32563c5
This commit is contained in:
Chet Haase
2014-08-12 15:24:43 -07:00
parent e25547b335
commit 90e854ab7b

View File

@@ -184,6 +184,8 @@ public class ActionBarOverlayLayout extends ViewGroup implements DecorContentPar
Build.VERSION_CODES.KITKAT;
mFlingEstimator = new OverScroller(context);
setFocusableInTouchMode(true);
}
@Override