Skip to content

This is a library with components of Android L to you use in android 2.2

License

Notifications You must be signed in to change notification settings

radi-ratlh/MaterialDesignLibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material design library logo

Material Design Android Library

This is a fork of the original Material Design Library Project . I have just renamed one of the resource file to eliminate the the conflict error ""Error:Attribute "rippleColor" has already been defined"" which occurs when you use Material Design Library.

You can use the gradle dependency, you have to add these lines in your build.gradle file:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
	  compile 'com.github.vajro:MaterialDesignLibrary:1.6'
}

I have modified the "rippleColor" color attribute to "mRippleColor". Hope this helps few people who faced same error as mine.

To know more about how to use the controls and elements, check out the Original ReadMe file.

About

This is a library with components of Android L to you use in android 2.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%