MaterialDesignLibrary
MaterialDesignLibrary copied to clipboard
This is a library with components of Android L to you use in android 2.2
Greetings, How can i change the ripple speed? Regards, Scott.
Error:(2) Attribute "rippleColor" has already been defined
Noticed README section for CheckBox doesn't indicate android:text as one of the tags.
when I include your library in my project I get this error: Error:(200) Attribute "rippleColor" has already been defined
I get "android.view.InflateException: Binary XML file line #99: Error inflating class com.gc.materialdesign.views.CheckBox" when I use a CheckBox in the emulator with API level 16. This error is caused by: "java.lang.NoSuchMethodError:...
java.lang.IllegalArgumentException: width and height must be > 0 at android.graphics.Bitmap.createBitmap(Bitmap.java:877) at android.graphics.Bitmap.createBitmap(Bitmap.java:856) at android.graphics.Bitmap.createBitmap(Bitmap.java:823) at com.gc.materialdesign.views.Switch.onDraw_Original(Switch.java:128) at com.gc.materialdesign.views.Switch.onDraw(Switch.java:-1) at android.view.View.draw(View.java:17068) at android.view.View.draw(View.java:16976) at android.view.ViewGroup.drawChild_Original(ViewGroup.java:3764) at android.view.ViewGroup_Delegate.drawChild(ViewGroup_Delegate.java:61) at android.view.ViewGroup.drawChild(ViewGroup.java:3764) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3550) ...
i got error in preview window while i am writing xml. java.lang.NoSuchFieldError: shape_bacground at com.gc.materialdesign.views.Button.setBackgroundColor(Button.java:166) at com.gc.materialdesign.views.Button.setDefaultProperties(Button.java:50) at com.gc.materialdesign.views.ButtonRectangle.setDefaultProperties(ButtonRectangle.java:35) at com.gc.materialdesign.views.Button.(Button.java:36) at com.gc.materialdesign.views.ButtonRectangle.(ButtonRectangle.java:23)
it's not a issue but an improvement, it will be very good to be possible to change textsize in Flat Button and Rectangle Button. Keep the good work :)
On Changing ButtonFlat's BackGroundColor from XML as well as from Code only Text's Font Color get changed instead of ButtonFlat's BackGroundColor.. So how do i can achieve this in ButtonFlat...