I have a android webview as below :
<WebView
android:layout_width="80dp"
android:layout_height="80dp"
android:id="@+id/userImage"
android:background="@drawable/circle"/>
I have to show this webview in circle shape. I am new to android. Googled and tried many codes. But it is not working. Can any one please give me drawable code to show webview in circled shape just as in whattsapp user images.