Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build an Interactive Story App (Retired) User Input Hiding the ActionBar with an App Theme

Nika Kemularia
Nika Kemularia
964 Points

Can't remove action bar on android 6

I have two XML files in styles.xml folder in values. one is for V21 and one is for the upper. There are extra toolbar and fab for android 6 blank activity, which I can't remove by this way. So please, how should I do that?

I have the exact same issue. I am using Android Studio v1.5 and SDK 23. I have two styles.xml (same as Nika) and they look very different than what is shown here. "NoActionBar" thing does not work.

RaJohn Butler
RaJohn Butler
2,277 Points

Here is a link to instruction on how to remove the fab toolbar. I am on the most current version of android and I too I am unable to remove the top action bar, so I apologize that I cannot help you with that problem.

http://code2care.org/2015/how-to-remove-floating-action-button-android-studio-blank-activity-template/