際際滷
Submit Search
Android icon deployment
?
1 like
?
1,875 views
Takashi Ishibashi
Follow
粥稼糸姻看庄糸のマテリアルデザインのアイコンを粥稼糸姻看庄糸皆岳顎糸庄看のプロジェクトに塘崔するスクリプトを恬ったので府初するお三
Read less
Read more
1 of 12
Download now
Download to read offline
More Related Content
Android icon deployment
1.
Android Icon Deployment potatotips#13 @tishibas
2.
@tishibas
4.
アイコンを喘吭するのはすごくめんどくさい
5.
1. どのアイコンにするかをxk 2. 弼をxk 3.
svgからmdpi,hdpi,xhdpiなど?なサイズで pngを恬撹 4. projectのdrawable-hogeに恬撹したpngをそれ ぞれ塘崔 5. デザインや弼が櫃鉾襪蕕覆ったりすると1や2 にってやり岷し アイコンを塘崔するまでの送れ
6.
1. どのアイコンにするかをxk 2. 弼をxk 3.
svgからmdpi,hdpi,xhdpiなど?なサイズで pngを恬撹 4. projectのdrawable-hogeに恬撹したpngをそれ ぞれ塘崔 5. デザインや弼が櫃鉾襪蕕覆ったりすると1や2 にってやり岷し アイコンを塘崔するまでの送れ めんどくさい:(
7.
めんどくさすぎたので 1コマンドで塘崔してくれる スクリプトいた https://github.com/tishibas67/Android-IconDeployment
8.
Prerequisit ¢ Inkscape $ https://inkscape.org/en/ $
for ubuntu user :) * sudo apt-get install inkscape $ for mac user ;) * Sorry, I don¨t have mac. See the above link. $ for win user :( * I have it but...
9.
Usage $ aid.sh [-c
color] [-p /path/to/project] icon_name
10.
Usage ¢ 峺協できるアイコンは746N $ Reference:
https://google.github.io/material-design-icons/ ¢ Android Studioのプロジェクトのみ 猟忖で弼峺協辛嬬 ex) $ aid.sh -c red done ¢ #ff0000のように弼峺協する栽はダブル クォ`テ`ションで凄る $ ex) $ aid.sh -c ^#ff0000 ̄ done ¢ デフォルトのプロジェクトはF壓いるプロジェクト
11.
Not supported ¢ グラデ`ション/マルチカラ`のアイコンを恬撹 $
そもそもmaterial designのコンセプトとは謹蛍`うので 駅勣なし ¢ Windows $ そもそもbashが咾ない
12.
Try! https://github.com/tishibas67/Android-IconDeployment
Download