ShapeOfView icon indicating copy to clipboard operation
ShapeOfView copied to clipboard

Give a custom shape to any android view, Material Design 2 ready

Results 48 ShapeOfView issues
Sort by recently updated
recently updated
newest added

Hey @florent37, First of all, thank you for your library. When I used a RoundRectView with a mapView inside it's works fine except for device on Android P and Android...

AAPT: error: attribute shape_arc_cropDirection (aka in.magic.swap.user:shape_arc_cropDirection) not found.

Circle image view is not working on the devices having os Android 7.

I need to border the view using background drawable so need to use background attribute but it doesn't works

Hi, Two rectangles are showing up on top and bottom of my CircleView. Screenshot is from an Android API 20 Genymotion device. ![shape of view error](https://user-images.githubusercontent.com/30183337/80570091-6e6cfb80-8a0f-11ea-8f8c-bc8eb13b6035.png) ``` ```

Hello There I got this crash from one of my users in firebase crashlytics: `android.graphics.BaseCanvas.throwIfCannotDraw (BaseCanvas.java:55) android.graphics.BaseCanvas.drawBitmap (BaseCanvas.java:120) android.graphics.Canvas.drawBitmap (Canvas.java:1441) android.graphics.drawable.BitmapDrawable.draw (BitmapDrawable.java:529) android.widget.ImageView.onDraw (ImageView.java:1349) android.view.View.draw (View.java:20370) android.view.View.draw (View.java:20235) android.view.ViewGroup.drawChild (ViewGroup.java:4421)...

Hi, It will be really helpful if you provide RTL attributes like Start and End for cut corner views. Thanks in advance.

Hi I got this error can anyone help me Fatal Exception: java.lang.IllegalArgumentException: Software rendering doesn't support hardware bitmaps at android.graphics.BaseCanvas.onHwBitmapInSwMode(BaseCanvas.java:683) at android.graphics.BaseCanvas.throwIfHwBitmapInSwMode(BaseCanvas.java:690) at android.graphics.BaseCanvas.throwIfCannotDraw(BaseCanvas.java:94) at android.graphics.BaseCanvas.drawBitmap(BaseCanvas.java:152) at android.graphics.Canvas.drawBitmap(Canvas.java:1588) at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:548)...

Exoplayer become transparent in shapeOfView. Video is playing but video surface became invisible.

Hi, When I add any type of shapeofview to the XML file, I receive * **android resource linking failed** * error on the build: ![Screenshot](https://user-images.githubusercontent.com/29150778/89726242-88b26e80-da2d-11ea-9f8e-716f4f39b653.png) XML file: And my Gradle...