udacity / Sunshine-Version-2

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

Unable to see menu in #253

Open PrafullaKumarSahu opened 8 years ago

PrafullaKumarSahu commented 8 years ago

App does not display the menu in Samsung GT-S7582, android version 4.2.2 .Screenshot

y1han commented 8 years ago

maybe you dont add onCreateOptionsMenu?

PrafullaKumarSahu commented 8 years ago

@1798391733 thank you for your reply, but I have only clone the repository and tried to run. and there is onCreateOptionMenu and still unable to see the menu.

y1han commented 8 years ago

maybe your target version hadnt change yet?

PrafullaKumarSahu commented 8 years ago

then it should be changed in this repository if you have not changed a single line from this repository and still unable to see the menu, what can be the issue ?

Judofighter commented 8 years ago

@PrafullaKumarSahu on my mobilephone (GT-I8190), I have to press the Hardware menu button to open the menu.

PrafullaKumarSahu commented 8 years ago

@trxre I hope I will get some solution to this and let you know, for project one I created the stater code before starting tutorial and I think I need to create stater code for project two too.

quequiW commented 4 years ago

Change

android:theme="@style/AppTheme.NoActionBar"

in your AndroidManifest.xml file to

android:theme="@style/AppTheme"

It should work.