android - Replace Action bar with toolbar -


i'm using toolbar replace actionbar. going before replacing. after replacing gives me error:

java.lang.runtimeexception: unable start activity componentinfo{com.oi.mmg/com.oi.mmg.eventdetailsscreenactivity}: java.lang.illegalstateexception:

this activity has action bar supplied window decor. not request window.feature_action_bar , set windowactionbar false in theme use toolbar instead.

without knowing code suggest using parent theme application:

theme.appcompat.light.noactionbar 

the property "windowactionbar" "false" default.

and if using appcompat activities should extend "appcompatactivity".


Comments

Popular posts from this blog

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

javascript - Can Piwik report referrer in real time? -