1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

android studio PNG画像インポート時のtips

Posted at

はじめに

今回はすごい基本的なことであるAndroidStudioのプロジェクト内にpngの画像を入れる方法を紹介します
最近はsvgを使用することが多いので中々使わないので最近自分が触って意外と細かい部分で忘れてるのがあったので紹介していきます

本文

まず、基本的に使う画像はデザイナさんかFigmaから受け取ると思うのですがsvgと違いpngは各サイズを用意しないといけません。
その時に各サイズをまとめてフォルダでインポートすると思うのですが、Figmaとかだと画像のファイル名に対してhogehoge@1x.pngのような設定になってると思いますがそのフォルダをそのままインポートしようとすると公式にもあるように下記の三種類しか対応しません。

  • @2
  • @3
  • @4

そのため、すべての名前を変更してldpiなどの指定をしてあげないといけません。

最後に

今回は転ばぬ先の杖じゃないですが、今後の備忘録TipsとしてPNG画像インポート時の基本を書いてみました
どなたかのお役に立てれば幸いです

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?