Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Android Drawable Material Icon Downloader | Unpack icons from command line
Android Drawable Material Icon Downloader | Unpack icons from command line
While working on android, you need to download icons from https://design.google.com/icons
, select your icon, choose size and color and then download zip file. Once zip file is downloaded, you need to extract in right folder, copy icons from android
folder, merge it inside existing drawables and delete zip file.
Well, droidcon will make your life simpler. Install droidcon globally on npm
npm install -g droidcon
open command window from your android res
folder where drawable
folder is situated.
use following command to download and extract icons
droidcon --name delete-forever --size 18dp --color black
default icon is delete forever, default size is 18dp and default color is black
name of the icon can be found on
https://design.google.com/icons
. Replace space in the name with dash, ex. delete forever => delete-foreversize can be written as
24
or24dp
style. You can also find sizes on above link when you click a icon.
--
Above command will download and unpack icons automatically and clean up download files.
Wanna taste of it, open any folder and use simple command droidcon
.
FAQs
Android Drawable Material Icon Downloader | Unpack icons from command line
The npm package droidcon receives a total of 0 weekly downloads. As such, droidcon popularity was classified as not popular.
We found that droidcon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.