web视图与android的全屏幕视图、全屏幕、web、android

2023-09-05 00:48:29 作者:眼泪有毒

我做了一个简单的Hello Web视图的例子,我希望把它在全屏幕就像我不希望两个最上面的黑条。 任何人有任何想法如何做到这一点?

i have made a simple hello web view example and i want to make it in full screen like i do not want that two top most black bars. anybody have any idea how to do that?

非常感谢。

推荐答案

要做到这一点,最快捷的方法是添加

The quickest way to do this would be to add

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

进入您在AndroidManifest.xml文件活动

Into your activity in the AndroidManifest.xml file