diff options
Diffstat (limited to 'content/shell/android/browsertests_apk/res/layout/test_activity.xml')
-rw-r--r-- | content/shell/android/browsertests_apk/res/layout/test_activity.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/shell/android/browsertests_apk/res/layout/test_activity.xml b/content/shell/android/browsertests_apk/res/layout/test_activity.xml index c62e66e..fbcb803 100644 --- a/content/shell/android/browsertests_apk/res/layout/test_activity.xml +++ b/content/shell/android/browsertests_apk/res/layout/test_activity.xml @@ -6,9 +6,11 @@ found in the LICENSE file. --> -<merge xmlns:android="http://schemas.android.com/apk/res/android"> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" android:layout_height="fill_parent" + android:orientation="vertical"> <org.chromium.content_shell.ShellManager android:id="@+id/shell_container" android:layout_width="match_parent" android:layout_height="match_parent" /> -</merge> +</LinearLayout> |