Android Studio / Eclipse ADT template for material-design-icons resources

Overview

Material Design Icons ADT Template

Deprecated

This is now built into Android Studio using vector icons:

https://developer.android.com/studio/write/vector-asset-studio.html#materialicon


Android Studio / Eclipse ADT template for including icon resources from https://github.com/google/material-design-icons in your project.

menu template

Setup

  1. Clone this repo
  2. Run git submodule update --init in the root folder to download the material-design-icons submodule
  3. Copy the MaterialDesignIcons folder to your IDE templates folder:
    • Android Studio: <android-studio-folder>/plugins/android/lib/templates/other
    • Eclipse: <android-sdk-folder>/extras/templates/other

Usage

  • Android Studio: Right click on your application module and select New > Other > Material Design Icons
  • Eclipse: Right click on your project and select New > Other... > Android > Android Object > Material Design Icons

Thanks

Based on https://github.com/jgilfelt/androidicons-adt-template

License

Copyright 2014 readyState Software Limited
Copyright 2014 Michael Basil

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
You might also like...
Android Sample Project with Material Design and Toolbar.

AndroidMaterialDesignToolbar -- PROJECT IS NOT SUPPORTED Android Sample Project with Material Design and Toolbar. Project use Appcompat library for ma

Android drawer icon with material design animation
Android drawer icon with material design animation

LDrawer Android drawer icon with material design animation Note Basically same as appcompat_v7 version 21, you can use appcompat_v7 compile 'com.andro

Floating Action Button for Android based on Material Design specification
Floating Action Button for Android based on Material Design specification

FloatingActionButton Yet another library for drawing Material Design promoted actions. Features Support for normal 56dp and mini 40dp buttons. Customi

A library support form with material design, construct same with Android UI Framework

SwingUI A slight Java Swing library support form with material design, construct same with Android UI Framework writen in Kotlin Supported: 1. Screen:

Android Material Design Components
Android Material Design Components

Android-Material-Design-Components Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. G

Modular and customizable Material Design UI components for Android

Material Components for Android Material Components for Android (MDC-Android) help developers execute Material Design. Developed by a core team of eng

Easy creation and management of toggle buttons on Android from the Material Design spec.
Easy creation and management of toggle buttons on Android from the Material Design spec.

ToggleButtonLayout Easy creation and management of toggle buttons from the Material Design spec. Read more about ToggleButtonLayout in our blog post.

A gradle plugin that generates Material Design 3 theme for Android projects.

Same as Google's Material Theme Builder, but as a gradle plugin.

A Material Design ViewPager easy to use library
A Material Design ViewPager easy to use library

MaterialViewPager Material Design ViewPager easy to use library Sample And have a look on a sample Youtube Video : Youtube Link Download In your modul

Comments
  • Android Studio update deletes templates

    Android Studio update deletes templates

    Android Studio 1.0 RC 4 entered beta channel last week (hurray!).

    Unfortunately verifier that runs as part of the update doesn't like the templates pasted as the setup instruction says. On the attached screenshot you can see a sample of files that are described as "unexpected" and marked for deletion. There is no other way to proceed with the update - you have delete all the templates.

    Of course you can manually paste the templates again after the update. But you would need to be doing that after each update, which is not perfect, to say the least.

    Unfortunately I know nothing about installing templates in Studio, so I have no idea how to fix this. But I hope there is a way to release the templates in another way, which won't conflict with update verification process.

    studio-update-deletes-templates

    opened by marcin-kozinski 4
  • Something wron with action/ic_face

    Something wron with action/ic_face

    There's a nice face icon in this set. But in the plugin it's present as ic_faceunlocked but there's no resource for such a name. If I change name back to ic_face in template.xml, then it appears in plugin but isn't loaded, with ic_3d_rotation loaded instead. Please fix it.

    opened by torgash-ivanblch 3
  • Recommended DP value for actionbar / toolbar icons

    Recommended DP value for actionbar / toolbar icons

    The tool offers multiple values for the density pixels (18dp, 24dp, 36dp, 48dp). When I want to create a icon for the actionbar or toolbar - what is the correct/recommended icons size then? Please give references to the documentation if available. Please add this advice to the README.md.

    opened by johnjohndoe 2
Owner
Michael Basil
Michael Basil
Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library.

Material Design Dimens Default colors and dimens per Material Design guidelines and Android Design guidelines inside one library. Dimens Pattern: R.di

Dmitry Malkovich 1.4k Jan 3, 2023
Animations for Android L drawer, back, dismiss and check icons

Material Menu Morphing Android menu, back, dismiss and check buttons Have full control of the animation: Including in your project compile 'com.balysv

Balys Valentukevicius 2.5k Jan 3, 2023
ToggleIconView is a collection library of animated two-stage toggle icons for Android.

ToggleIconView ToggleIconView is a collection library of animated two-stage toggle icons for Android. Installation JitPack repository // Project level

Özgür Görgülü 6 Sep 10, 2022
A library to bring fully animated Material Design components to pre-Lolipop Android.

Material MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's origina

Rey Pham 6k Dec 21, 2022
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.

MaterialDrawer ... the flexible, easy to use, all in one drawer library for your Android project. What's included ?? • Setup ??️ • Migration Guide ??

Mike Penz 11.6k Dec 27, 2022
Floating Action Button for Android based on Material Design specification

FloatingActionButton Yet another library for drawing Material Design promoted actions. Features Support for normal 56dp and mini 40dp buttons. Customi

Zendesk 6.4k Dec 26, 2022
Implementation of Ripple effect from Material Design for Android API 9+

RippleEffect ExpandableLayout provides an easy way to create a view called header with an expandable view. Both view are external layout to allow a ma

Robin Chutaux 4.9k Dec 30, 2022
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.

Carbon Material Design implementation for Android 4.0 and newer. This is not the exact copy of the Lollipop's API and features. It's a custom implemen

null 3k Jan 9, 2023
Android drawer icon with material design animation

LDrawer Android drawer icon with material design animation Note Basically same as appcompat_v7 version 21, you can use appcompat_v7 compile 'com.andro

Hasan Keklik 1.4k Dec 25, 2022
[] Android Library that implements Snackbars from Google's Material Design documentation.

DEPRECATED This lib is deprecated in favor of Google's Design Support Library which includes a Snackbar and is no longer being developed. Thanks for a

null 1.5k Dec 16, 2022