thanksmister / androidthings-mqtt-alarm-panel

Android Things Alarm Control Panel for Home Assistant
Apache License 2.0
70 stars 8 forks source link

Change screen orientation #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Feature request: is possible to add in the Display Settings a way to rotate the screen by 90° or 180°?

thanksmister commented 6 years ago

More has to happen before the screen can be rotated. The UI must change to accomodate portrait layout instead of landscape. This will take time to implement and test.

ghost commented 6 years ago

Ah ok, thank you for the explanation. Because your "twin" mobile app is responsive to screen rotation I thought it was just a matter of the lack of the accelerometer sensor. No problem.

thanksmister commented 6 years ago

It will happen I just need to port over the UI views so everything fits in portrait mode.