Android WebView高度包括“导航栏”的高度?

时间:2015-05-15 15:40:23

标签: android html5

目标网址: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:怎么了? enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

在你的样式中将android:windowActionBarOverlay添加到你的主题并将其设置为false。这应该够了吧。