目标网址:http://www.bong.cn/dafeiji/
布局文件:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/header"/>
<WebView
android:id="@+id/Webview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
关于nexus5 Android5.1:怎么了?
答案 0 :(得分:0)
在你的样式中将android:windowActionBarOverlay添加到你的主题并将其设置为false。这应该够了吧。