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

java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed at android.graphics.Canvas.checkValidClipOp(Canvas.java:779) at android.graphics.Canvas.clipRect(Canvas.java:826) at android.view.ViewGroup_Delegate.drawShadow(ViewGroup_Delegate.java:86) at android.view.ViewGroup_Delegate.drawChild(ViewGroup_Delegate.java:58) at android.view.ViewGroup.drawChild(ViewGroup.java:4333) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4112) at android.support.constraint.ConstraintLayout.dispatchDraw(ConstraintLayout.java:1963) at android.view.View.draw_Original(View.java:20075) at android.view.View_Delegate.draw(View_Delegate.java:68) at android.view.View.draw(View.java:19849)...

I wanted to show camera preview in a circle view, so I tried to put a SurfaceView inside CircleView. But the SurfaceView seemed to be covered by CircleView and showed...

mergeDebugResources\merged.dir\values-v28\values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found. mergeDebugResources\merged.dir\values-v28\values-v28.xml:11: error: resource android:attr/dialogCornerRadius not found. mergeDebugResources\merged.dir\values\values.xml:3673: error: resource android:attr/fontVariationSettings not found. mergeDebugResources\merged.dir\values\values.xml:3673: error: resource android:attr/ttcIndex not found.

on android pie there is a render problem that appears when i try to use android:elevation. java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed   at android.graphics.Canvas.checkValidClipOp(Canvas.java:779)   at android.graphics.Canvas.clipRect(Canvas.java:826)   ...

Error:(9, 5) error: resource android:attr/dialogCornerRadius not found. Error:(3, 5) error: resource android:attr/fontVariationSettings not found. Error:(3, 5) error: resource android:attr/ttcIndex not found.

Hi, I've noticed that this issue is only happening for some reasons on Pixel's phones when it runs without any issues with other phones (either high or low cost phones)...

The elevation on any of the view is not working. no matter if height/wifth is set to wrap_content or match_parent or a specific size. It just shows small box of...

CutCornerView Add an attribute for rounding the cut corners.

Strangely the diagonal view is appearing only on 9.0 correctly and all the previous versions of Android display the content as square if the layer type of parent view is...