I am implementing a webview. I want two buttons on the top of the web page.
I have one vertical linear layout, inside of which is one horizontal layout with two but
Add the below line in your xml file which having webview
tools:context=".MyActivity" (name of your activity)
tools:context=".MyActivity"