Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android - Navigation graph Flow Preview in landscape

The navigation graph preview of Android jetpack components always shows a portrait view of screens for the screens in the layout editor. Can we customize this to view the screens on an emulator of our choice?

like image 777
Saby Avatar asked Jul 16 '19 15:07

Saby


1 Answers

In Android Studio 4.1.1 it is possible to switch between screen orientations in the navigation graph preview screen by tapping o key (the letter 'O', not the number 0).

like image 100
kirsh300 Avatar answered Sep 19 '22 01:09

kirsh300