MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

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

Results 102 MaterialDesignLibrary issues
Sort by recently updated
recently updated
newest added

just some formatting of headings

after adding it to gradle file, during gradle sync process it shows conflict between ripple color of i guess existing one. Error:(1146) Attribute "rippleColor" already defined with incompatible format. anyone...

I download the library and now I don't know how to implement it on my project

But i compile another lib is normal ,and i use maven.aliyun is same invalid .Do you same as me? please fix it

Failed to resolve: com.github.vajro:MaterialDesignLibrary:1.6

ButtonRectangle doesn't get clicked when using [espresso](https://code.google.com/p/android-test-kit/wiki/Espresso). ``` java onView(withId(R.id.enterBtn)).perform(click()); ``` Here's what happens ![screenshot_2015-02-13-15-46-37 01](https://cloud.githubusercontent.com/assets/1743425/6185714/b4d85488-b397-11e4-9c89-59759d67ac83.png) It stays like that, and test times out

For anyone is facing AndroidX migration issue. try this. implementation 'com.github.Chenyang0324:MaterialDesignLibrary:1.10'

I migrated to AndroidX and ever since then MaterialDesignLibrary prevents me from building successfully. I currently keep getting this error which I don't get when I comment out MaterialDesignLibrary from...

When multiclicking outside to dismiss the dialog, makes the animation start several times, a variable "dismissInProgress" prevented that.