Fix bug 2386867 - Phone DecorViews FOCUS_AFTER_DESCENDANTS

Change-Id: Iade2c2d8ea575fc452897dbfd3d8454b5b7972ed
This commit is contained in:
Adam Powell
2010-03-24 11:17:03 -07:00
parent bfd25cacf8
commit 00f4d986c6

View File

@@ -2213,6 +2213,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
private void installDecor() {
if (mDecor == null) {
mDecor = generateDecor();
mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
mDecor.setIsRootNamespace(true);
}
if (mContentParent == null) {