I am currently creating a layout for an android application. Is there any way of converting the XML files I made into an Image file from android studio or just get the shot of the window in its full size?
Asked
Active
Viewed 253 times
0
-
please explain your question – Developer Sep 17 '18 at 06:51
-
Is there a function in android studio where I can screenshot my layout? – Joshua Pena Sep 17 '18 at 06:52
-
are you talking about https://stackoverflow.com/questions/34444410/how-to-take-screenshot-of-a-layout-in-android or https://github.com/nisrulz/screenshott ? – Developer Sep 17 '18 at 06:59
-
No. I only have layouts, no classes/activities yet. Now, is there any way to get those layouts into images? Snipping tool/printscreen doesn't show the full size of the layouts. – Joshua Pena Sep 17 '18 at 07:05
-
you can use the Preview button in the upper right corner to add a preview window next to the XML code – pixelatedCat Sep 17 '18 at 09:29
-
@undefinedBehavior I need to export them as images. – Joshua Pena Sep 18 '18 at 02:07