florent37 / florent37/ShapeOfView

The parent ViewGroup setLayerType(View.LAYER_TYPE_SOFTWARE ,null)

Open
#30 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.2k
Forks
400
PR merge metrics
No merged PRs in 30d

Description

The parent ViewGroup setLayerType(View.LAYER_TYPE_SOFTWARE ,null) include RoundRectView round corner not working below Android P.
```xml





```
```kotlin
val container2=findViewById(R.id.fl_container_2).apply {
setLayerType(LAYER_TYPE_SOFTWARE,null)
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.