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 with Java Creating the Screen Layout Adding a Button

gabriel wambua
gabriel wambua
5,061 Points

Action bar is not showing

For some reason, my app layout does not have the action bar at the top. Not sure what is wrong. I am currently using the default AppTheme. What can i do?

1 Answer

Hi. If you mean the app bar and bottom navigation bar are not showing up in the layout editor in Android Studio, just click on the "eye" icon (View Options, at the top-left, next to "Palette") and select "Show Layout Decorations".

Hope that helps :)

gabriel wambua
gabriel wambua
5,061 Points

Thanks for the tip. Worked great!

You're welcome! Glad I could help :)