udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.41k forks source link

Menu issue with DetailActivity #295

Closed nbourre closed 7 years ago

nbourre commented 7 years ago

Hey guys,

I'm having trouble getting the Toolbar right in the DetailActivity. I know there are some issues with menus in the Udacity tutorial, so I read a few discussion concerning this issue.

I manage to get the Toolbar to show in the DetailActivity, but there are two problems, First it is overlapping the TextView and second, there is no "UP button".

My repo is located here

Can someone give me a hand on these one?

Thank you

nbourre commented 7 years ago

Nevermind, I noticed that my AndroidManifest.xml theme was set to android:theme="@style/AppTheme.NoActionBar". I only had to remove the last part and voilà!