java - Unable to find UI designer in the new Android Studio -
i have downloaded new android studio has been released recently. unable find ui design preview xml, in eclipse. or suggestions on that?
open xml layout file:
- at bottom, have 2 tabs: design/text

- in design mode, see preview directly
- in text mode, preview (by default) on right, toggled 'preview' button in rightmost bar

you can show/hide view > tool windows > preview
edit
attention: ide displays preview if editing layout file in res/layout* directory of android project. in particular, won't displayed if editing file in build/res/layout* since not source directory output directory.
the resource folder set automatically, , can viewed (and changed) in project structure > modules > [module name] > android > resources directory.
Comments
Post a Comment