I\'m trying to give my webView rounded corners.
Here is my code:
rounded_webview.xml:
You can use a CardView to contain the webview, and you just need to add the corner radius that you want with with app:cardCornerRadius :
app:cardCornerRadius
// HERE
And that's all