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 Android Tools Getting Started with Android Studio The Android Studio Interface

For some reason my title bar isn't appearing?('m using Android Studio).

I have completed deleted and restarted this project thinking that would help and same issue?

2 Answers

Damien Watson
Damien Watson
27,419 Points

I'm going out on a limb here and saying that you are talking about in the preview shown in Android Studio when on the Design tab of an xml file??

If so, then the status of the display for the 'preview' is set by the drop downs directly above it. The buttons from left to right are:

  • Configuration
  • Virtual device
  • Next state (rotation)
  • App theme <---- this is the one you want to click on
  • etc..

This only affects the preview, so choose a theme that includes the nav bar like:

Material Light > Material.Light.DarkActionBar

Nav bar should now show. Hope this helps :)

THANK YOU!!!