android:minHeight не работает в webview

У меня есть следующий XML-файл.

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/top" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:minHeight="300px">
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/webview" android:layout_width="fill_parent"
    android:layout_height="wrap_content" android:background="#ff0000"
    android:minHeight="290px">
</WebView>
</FrameLayout>

Я загружаю образец HTML-файла, высота страницы составляет 150 пикселей. После загрузки страницы фон веб-просмотра заполняется красным цветом только на 150 пикселей. Но я устанавливаю для Android:minHeight атрибут 290px.

0 ответов

Другие вопросы по тегам