MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
This is a library with components of Android L to you use in android 2.2
if I click on button to perform any action, it will first finish the whole ripple effect than perform the action. I m using Android 6.0.1 On moto g3.
Error:(2) Attribute "rippleColor" has already been defined the error above occured when i compile 'com.android.support:design:23.1.0' and 'com.github.navasmdc:MaterialDesign:1.5@aar' in the same project.so i clone your code and change 'rippleColor' to 'rippleColor_design'...
How I can change the text size in button??
Process: mx.sphairo.systems, PID: 27740 java.lang.NoClassDefFoundError: com.nineoldandroids.view.ViewHelper at com.gc.materialdesign.views.Switch.placeBall(Switch.java:178) at com.gc.materialdesign.views.Switch.onDraw(Switch.java:125)
How to make the circular progress bar thin?
I've seen related issues here, but found there that was a bug (already fixed). I still have this problem http://cs627728.vk.me/v627728202/437b4/8BIJQc12l0Y.jpg
Excuse me, now I want to customise the thumb of the slider (icon "play" or icon "pause") when I drag the thumb, but I can't find a way to do...
so when i hardcode only include context constructor i can't find this
hello, maybe u forgot to remove the ic_launcher.png files and this may cause "Gradle finished with non-zero exit value 1 (ic_launcher.png: error: Duplicate file)" when using anther thrid-party library
Hello, The setChecked function of CheckBox doesn't work, it doesn't do anything. In addition, how would I make the progress bar keep repeating infinitely. Thanks, Daniel