Loading core/java/com/android/internal/app/ActionBarImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,13 +110,13 @@ public class ActionBarImpl extends ActionBar { com.android.internal.R.id.lower_action_context_bar); mAnimatorView = (ViewAnimator) decor.findViewById( com.android.internal.R.id.action_bar_animator); mActionView.setContextView(mUpperContextView); if (mActionView == null || mUpperContextView == null || mAnimatorView == null) { throw new IllegalStateException(getClass().getSimpleName() + " can only be used " + "with a compatible window decor layout"); } mActionView.setContextView(mUpperContextView); mContextDisplayMode = mLowerContextView == null ? CONTEXT_DISPLAY_NORMAL : CONTEXT_DISPLAY_SPLIT; } Loading Loading
core/java/com/android/internal/app/ActionBarImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,13 +110,13 @@ public class ActionBarImpl extends ActionBar { com.android.internal.R.id.lower_action_context_bar); mAnimatorView = (ViewAnimator) decor.findViewById( com.android.internal.R.id.action_bar_animator); mActionView.setContextView(mUpperContextView); if (mActionView == null || mUpperContextView == null || mAnimatorView == null) { throw new IllegalStateException(getClass().getSimpleName() + " can only be used " + "with a compatible window decor layout"); } mActionView.setContextView(mUpperContextView); mContextDisplayMode = mLowerContextView == null ? CONTEXT_DISPLAY_NORMAL : CONTEXT_DISPLAY_SPLIT; } Loading