Reputation: 6302
Is there any way that I can quickly see how my view is going to look in different scales? On Xcode there is a preview feature in storyboard mode, just checking if there is anything like that but in Android Studio or even third party...
Thanks in advance, any help/suggestion/pro-tip ;) is appreciated
Upvotes: 10
Views: 4133
Reputation: 2579
"Layout validation" tool window rely on context to be visible
Android Studio Chipmunk | 2021.2.1
in text editor mode layout validation is not visible at the very right of the ide
But if you are in design mode and working on a layout (not a path nor icon ) . Layout validation will appear in between gradle and device manager tools
Now you can work with layout validation tool window .
Upvotes: 3
Reputation: 221
There is menu called "Layout validation" where you can preview all the screen on Android studio 4.0.
Upvotes: 22
Reputation: 814
Multi Preview, which is like this, is a feature of Android Studio 3.6+
Upvotes: 2
Reputation: 2216
I assume you know to go to the xml file and open the design tab of the layout . and now you can see only single preview of the layout in device.
Hope this solves your problem.
Upvotes: 4