How do I set the actionbar
mode at runtime to not-overlay or overlay with the content at runtime? I tried using getWindow().requestFeature(Window.FEATURE_ACTIONBAR_OVERLAY)
but it doesn't allow to set the mode after calling setContentView()
. This can be done, as I have seen it being done in the Youtube app.
问问题
6146 次