Opening webview not in new browser

前端 未结 9 1761
走了就别回头了
走了就别回头了 2020-11-28 09:14

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

9条回答
  •  Happy的楠姐
    2020-11-28 09:26

    Add the below line in your xml file which having webview

    tools:context=".MyActivity" (name of your activity)

提交回复
热议问题