Issue
During day to day development, many times it is required to check the icons in drawable folder and many icons have similar names, so it is tough to identify icon to use. I have to open icon each time to check it by double click on it.
So my question: Is there any way to show icon in drawable list directly without opening it ? Attaching a screenshot for better visibility.
Solution
Yes, I found a solution for this as:
There is a Android Studio and IntelliJ IDEA plugin that replaces default icons with drawables previews inside project view. (Android drawable preview plugin)
It just works as we required in this question. Follow below steps to use it.
Installation
- Download plugin zip archive
- Inside Android Studio go to File -> Settings -> Plugins -> Install plugin from disk
Select zip archive
OR
Inside Android Studio go to File -> Settings -> Plugins -> Browse repositories
Search Android Drawable Preview
Click Install Plugin
This whole information is included in this Git Page
Answered By - Akshay Paliwal
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.