ultramega / elementary

Elementary is a simple Periodic Table and element reference application for Android.
MIT License
55 stars 16 forks source link

Options format #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

If i use the app in table view, the options menu should be also open in "landscape format" - so you don't have to turn your phone/tablet 45°.

ultramega commented 9 years ago

What version of Android are you running?

ghost commented 9 years ago

5.1.1 on a Z3 Compact, but:

Found the problem, autoturn function of the display was disabled. If i turn it on it works. I think it would be nice if the options menu is always in landscape format if i have choosen the table view.

ultramega commented 9 years ago

Okay I've changed the activity to ignore the orientation of the device so the menu always shows in landscape mode.