yattoz / Radio2

A new R/a/dio app for Android in Kotlin
MIT License
5 stars 2 forks source link

Use true landscape mode instead of constraint re-routing #12

Closed yattoz closed 4 years ago

yattoz commented 4 years ago

Because of constraint rerouting, the app goes into landscape even when the user has locked the rotation and wants their app to stay on portrait. I should define a dedicated XML for landscape to let Android deal with this, instead of doing constraint re-routing like I do currently.

yattoz commented 4 years ago

just needed to change manifest value to "fullUser"