10
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android StudioでSVGを扱う方法

Last updated at Posted at 2017-06-27

はじめに

初歩的なことですが分からないので調べて見ました。公式ドキュメントに詳しく書いてありました。

環境

  • Android Studio 2.3.3

手順

  1. プロジェクトウインドウでAndroidビューを選択し、resフォルダを右クリックして[New] > [Vector Asset]を選択します。
    スクリーンショット 2017-06-27 16.43.17.png

  2. 表示されたVector Asset StudioからAsset Type[Local file (SVG, PSD)]を選択しPathから対象ファイルを選択します。
    スクリーンショット 2017-06-27 16.43.56.png

Vector Asset Studioのデフォルトだとサイズは24dp*24dpです。Size項目にあるOverrideにチェックすることで対象のSVGファイルのサイズが適用されるようです。また、Asset Type[Material Icon]を選択するとIcon項目から用意されたMaterial Iconが使用できるようです。便利ですね。

スクリーンショット 2017-06-27 16.56.53.png

参考

10
8
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
10
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?