Skip to content

Instantly share code, notes, and snippets.

@mono0926
Last active September 14, 2023 07:51
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mono0926/38561024c187b8bb359f5445e9b0e900 to your computer and use it in GitHub Desktop.
Save mono0926/38561024c187b8bb359f5445e9b0e900 to your computer and use it in GitHub Desktop.
AndroidのAdaptive Icon対応

Androidのアダプティブアイコンの対応方法

とりあえず、アダプティブ アイコンのガイドをよく読んで理解し、参考リンク先も見る。

デザインファイルの体裁

Designing Adaptive Icons - Google Design - Medium にリンクのある Sketchファイルが秀逸なのでそれを真似するだけでOK(ついでにそのリポジトリはこちら)。

Sketchファイルの safe-zone を表示した様子:

image

エクスポート画像例

上述の通り、以下の108x108のSVG or @4xのPNG。

background foreground
background ic_launcher_foreground

※ foregroundは元々は白かったが分かりにくいので緑に変えた

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment