AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

[FEATURE]: Standalone drawable preview

Open itsaky opened this issue 3 years ago • 2 comments

The IDE should have the ability to preview the drawable resources.

  • [x] For PNG and 9-patch images, simply read and show the image.
  • [ ] For XML drawables (shape, layer-list, etc), they can be inflated using the drawable inflater API and shown to the user.

Currently, there is no option to preview only the drawable files. To be able to view the drawable, the user has to use in a layout file and then preview the whole layout.

itsaky avatar Apr 25 '22 10:04 itsaky

The IDE should have the ability to preview the drawable resources.

  • [x] For PNG and 9-patch images, simply read and show the image.
  • [ ] For XML drawables (shape, layer-list, etc), they can be inflated using the drawable inflater API and shown to the user.

Currently, there is no option to preview only the drawable files. To be able to view the drawable, the user has to use in a layout file and then preview the whole layout.

I think you can already mark the first one as completed, in the last builds you added the system to open the images in another application.

MatheusTGP avatar Aug 11 '22 15:08 MatheusTGP

Yeah

itsaky avatar Aug 11 '22 15:08 itsaky