florent37 / florent37/ShapeOfView
The parent ViewGroup setLayerType(View.LAYER_TYPE_SOFTWARE ,null)
Open
- 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.