hament9193
Results
1
comments of
hament9193
You can create a custom outline with extra height (i.e. viewHeight + radius) and make its alpha zero. ``` fun MaterialCardView.addTopCornerRadius(radius: Float) { val curveRadius = UIUtils.convertDpToPixel(binding.cvPoster.context, radius) outlineProvider =...