summaryrefslogtreecommitdiffstats
path: root/tests/tests/webkit/res/layout/webview_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/webkit/res/layout/webview_layout.xml')
-rw-r--r--tests/tests/webkit/res/layout/webview_layout.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests/webkit/res/layout/webview_layout.xml b/tests/tests/webkit/res/layout/webview_layout.xml
index 7a0ed0d1fa1..d266d21305b 100644
--- a/tests/tests/webkit/res/layout/webview_layout.xml
+++ b/tests/tests/webkit/res/layout/webview_layout.xml
@@ -17,9 +17,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="match_parent">
<WebView android:id="@+id/web_page"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
</LinearLayout>