WebView 上的自定义布局
我想在 WebView 上设置自定义布局。 .. 我已经完成了 LinearLayout 和relativelayout,但我看不到 WebView 上的布局,怎么办?请帮我。 。 。 谢谢。
I want to Set the Custom layout on the WebView. ..
I have Done with the LinearLayout and the RelativeLayout but i cant seen the Layout on the WebView How it is Possible to do ? Please help me. . .
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保留一个父布局(即相对布局)并在那里设置您的布局,并在其中根据您的需要设置线性布局并在其中添加 webview。
请参阅以下代码
希望这是您想要的......
Keep a parent layout(Say Relative Layout) and set your layout there and within it set a linear layout according to your need and add webview within it.
See the following code
Hope this is what you want....