Niwin Santhosh

Results 10 comments of Niwin Santhosh

Just in case, if you still have this requirement. I have forked and added an additional function named: _collapseNodeWithSubnodes_ You could get it here: [https://github.com/vajro/AndroidTreeView](https://github.com/vajro/AndroidTreeView)

No need to import Material Design Library as library. I have forked the current version in here: https://github.com/vajro/MaterialDesignLibrary. I have modified the attribute "rippleColor" to "mRippleColor" Hope it helps few...

Have you added the maven repo for jitpack? If not kindly add the following lines in your gradle file. `repositories { maven { url "https://jitpack.io" } }`

@dalvikking - Sorry for delay in reply. I am not sure about this error. I simply changed the rippleColor attribute to avoid naming conflict. If you could elaborate on the...

No need to import Material Design Library as library. I have forked the current version in here: https://github.com/vajro/MaterialDesignLibrary. I have modified the attribute "rippleColor" to "mRippleColor" Hope it helps few...

No need to import Material Design Library as library. I have forked the current version in here: https://github.com/vajro/MaterialDesignLibrary. I have modified the attribute "rippleColor" to "mRippleColor" Hope it helps few...

@crashfiredeep - It's been working for me without issues. Did you import the maven repo for Jitpack inside your repositories? Like this: `repositories { maven { url "https://jitpack.io" } }`

@github201407 Well, we usually use 16 as our min SDK version at our company as it covers more than 95% of the Android devices. You could clone the our repo...

I have modified the attribute "rippleColor" to "mRippleColor" Have forked the current version in here: https://github.com/vajro/MaterialDesignLibrary

Well, I simply forked the version and altered the rippleColor attribute. The minimum SDK should be same as the parent version.