MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
This is a library with components of Android L to you use in android 2.2
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
good
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  It stays like that, and test times out
AndroidX
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.