Android Studio Plugin to preview the Drawable resource files in the project. This plugin shows all the vector available in the project in a single scrollable list, and makes it easy to find one particular image resource from the list.
The plugin brings more features to make the search easier:
- Filter the list based on module, brand or theme.
- Search for file names.
- Change the image size, so identifying image is easier.
- Internal dark & light theme to see images better.
- Double-click on the preview to open file.
The Resource Preview window will most commonly available in the left pane/ primary pane of Android Studio. If not, enable from View | Tool Windows | Resource Preview
Note: The current versions of this plugin only support Mac OS (Apple & Intel) & Windows. Linux is not supported at the moment.
Version 1.0.1
- Support f- or PNG & JPEG drawables
- Handling "No drawables" scenario
- 1.x.x-231.9392.1 | Hedgehog
- 1.x.x-223.8836.35 | Giraffe
- 1.x.x-222.3739.54 | Flamingo
- 1.x.x-221.6008.13 | Electric Eel
- 1.x.x-213.7172.25 | Dolphin
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Resource Preview" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
MIT License
Copyright (c) 2023 Appspiriment Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.```