AndroidIDE
AndroidIDE copied to clipboard
[FEATURE]: Standalone drawable preview
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.
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.
Yeah