I'm new to Android development, so sorry if this is a stupid question. I have disabled Action Bar in AndroidManifest.xml like this android:theme="@style/AppTheme.NoActionBar"
but I'm in need of Action Bar in a certain activity. How do I create and set new Action Bar only to that activity?
Edit: I forgot to mention that the activity I want to have an Action Bar is child of the activity with no Action Bar. I guess this causes the problems.