SensorApps / Sensors2OSC

Android app for sending sensor data via Open Sound Control (OSC).
http://sensors2.org/osc
Other
67 stars 19 forks source link

Menu is not visible in Android 4.4.2 on Samsung device #2

Closed residuum closed 9 years ago

residuum commented 9 years ago

User reports, that the 3 dots for the menu are not visible on his device.

It was fixed for him by changing android:showAsAction="never" to android:showAsAction="ifRoom" in https://github.com/SensorApps/Sensors2OSC/blob/master/app/src/main/res/menu/start_up.xml

This needs to be updated in the repository and probably in Sensors2Pd as well.

residuum commented 9 years ago

This seems to be by design: http://stackoverflow.com/q/23654854/124983

residuum commented 9 years ago

User reports back, that menu button on device shows the menu, while the 3 dots for the menu are not visible in the headline.

This is by design and working as intended.

deusanyjunior commented 9 years ago

I updated the code, but it would be better to know the device model in this case, so we could create an emulator.

residuum commented 9 years ago

No, this is by design, this is the standard way menus should behave in Android.

deusanyjunior commented 9 years ago

wow.. so I will roll back with this update..

sorry..

=P dj

2015-04-28 20:59 GMT-04:00 Thomas Mayer notifications@github.com:

No, this is by design, this is the standard way menus should behave in Android.

— Reply to this email directly or view it on GitHub https://github.com/SensorApps/Sensors2OSC/issues/2#issuecomment-97276502 .