Animation for action bar show action
问题 I'm using android 4.2 with appCompat of the latest version. I've implemented showing and hiding my action bar with these methods: final ActionBar actionBar = getSupportActionBar(); actionBar.hide(); actionBar.show(); When action bar is being hide, it does so with smooth animation gradually sliding up. However, when I show it it appears on the screen almost instantly, almost without smooth animation sliding down. Is there any way I can configure it to show smoothly as it happens with hiding it