Crescento
Crescento copied to clipboard
Add curve at bottom of image views and relative layouts.
Failed to resolve: com.github.developer-shivam:Crescento:1.2.1 Show in Project Structure dialog Affected Modules: app Failed to resolve: com.github.developer-shivam:Crescento:1.2.1 Show in Project Structure dialog Affected Modules: app
When attempting to use a `` drawable xml file, I get an issue similar to #9. Which I believe is caused by [this](https://github.com/developer-shivam/Crescento/blob/6bdd6cea0561d92f2dbf1f1fe40d09722bd7e522/crescento/src/main/java/developer/shivam/crescento/CrescentoImageView.java#L172) not being assignable to [LayerDrawable](https://developer.android.com/reference/android/graphics/drawable/LayerDrawable). ``` Caused...
Hello There , when i'm trying to increase curvature i'g getting line downside . But default Curvature working well. 
getting following issue as render problem in preview tab while viewing xml java.lang.IllegalArgumentException: Underflow in restoreToCount - more restores than saves at android.graphics.Canvas.restoreToCount(Canvas.java:604) at developer.shivam.crescento.CrescentoContainer.dispatchDraw(CrescentoContainer.java:115) at android.view.View.draw(View.java:19001) at android.view.ViewGroup.drawChild_Original(ViewGroup.java:4215) at...
I am getting this error on my gradle file. It builds and works fine but it's still annoying to have. It looks like this: https://i.imgur.com/VRF2RNt.png I think the support libraries...
`android.view.InflateException: Binary XML file line #9: Binary XML file line #9: Error inflating class developer.shivam.library.CrescentoContainer`
I test it on android 4.3, but when running app, crescento don't apply. I added attribute Namespace to root layout but doesn't work. please help me. thanks.
Hello, I am getting following issue, java.lang.ClassCastException: android.graphics.drawable.ColorDrawable cannot be cast to android.graphics.drawable.BitmapDrawable Using module as library getting following Logs FATAL EXCEPTION: main Process: developer.shivam.crescento, PID: 6588 java.lang.RuntimeException: Unable to...