How to import set of icons into Android Studio project

前端 未结 8 608
花落未央
花落未央 2020-11-28 02:40

I downloaded collection of icons from Android Developers center Each icon in this collection is ordered in forlders according to its resolution: drawable-hdpi, drawable-mdpi

8条回答
  •  广开言路
    2020-11-28 02:53


    Edit : After Android Studios 1.5 android support Vector Asset Studio.


    Follow this, which says:

    To start Vector Asset Studio:

    1. In Android Studio, open an Android app project.
    2. In the Project window, select the Android view.
    3. Right-click the res folder and select New > Vector Asset.


    Old Answer

    Go to Settings > Plugin > Browse Repository > Search Android Drawable Import

    This plugin consists of 4 main features.

    1. AndroidIcons Drawable Import
    2. Material Icons Drawable Import
    3. Scaled Drawable
    4. Multisource-Drawable

    How to Use Material Icons Drawable Import : (Android Studio 1.2)

    • Go to File > Setting > Other Settings > Android Drawable Import

    enter image description here

    • Download Material Icon and select your downloaded path.

    enter image description here

    • Now right click on project , New > Material Icon Import

    enter image description here

    • Use your favorite drawable in your project.

    enter image description here

提交回复
热议问题