eclipse-kuksa / kuksa-android-companion

Apache License 2.0
3 stars 1 forks source link

Optimize Views for Landscape #20

Closed wba2hi closed 8 months ago

wba2hi commented 11 months ago

Is your feature request related to a problem? Please describe. Right now the Views are only optimized for Portrait, however when used on Android Automotive (which natively runs in Landscape mode) the views are in a pretty desolate state. Therefore we should optimize the Views for Landscape mode.

Describe the solution you'd like Optimize the Views to support Landscape mode.

It might be necessary to rotate the ramses car model by 90° and / or it might be necessary to create separate views for Landscape mode. If possible we should try to avoid the introduction of separate views for landscape mode to keep the code redundancy low and also keep maintenance low.