Issue
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...
href="https://i.stack.imgur.com/56BiI.png" rel="noreferrer">
Thanks in advance, any help/suggestion/pro-tip ;) is appreciated
Solution
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.
- Then look to your top bar on the design window which contains app theme , the android version and device name. (below is a screen shot).
- Now all you have to do is open the drop down which contains device names (in my screen shot Nexus 4) and go to bottom . you will see preview all screens . this will show all the screen preview.
Hope this solves your problem.
Answered By - Sagar Nayak
Answer Checked By - Senaida (JavaFixing Volunteer)