Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 950 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 950 Bytes

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.