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 a Simple Android App (2014) Creating the Screen Layout Using a Fullscreen Theme

Nishant Jee
Nishant Jee
844 Points

Unable to remove action bar

My styles.xml is as below: <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">

When i try to replace it with "android:Theme.Holo.Light.NoActionBar" then my run fails.

Basically am not sure if am able to remove the action bar. Please help.

Thanks

Kevin Faust
Kevin Faust
15,353 Points

Please post your code

Ben Deitch
Ben Deitch
Treehouse Teacher

Hey Nishant!

Android Studio recently changed that default project to use a Toolbar. We're working on getting out an updated version, but in the meantime here's a thread that may be helpful: https://teamtreehouse.com/community/my-action-bar-does-not-go