| Index: android_webview/tools/automated_ui_tests/java/res/layout/edittext_webview.xml
|
| diff --git a/android_webview/tools/system_webview_shell/apk/res/layout/activity_webview.xml b/android_webview/tools/automated_ui_tests/java/res/layout/edittext_webview.xml
|
| similarity index 59%
|
| copy from android_webview/tools/system_webview_shell/apk/res/layout/activity_webview.xml
|
| copy to android_webview/tools/automated_ui_tests/java/res/layout/edittext_webview.xml
|
| index 547bb2c4ef7a69a40db660123dce43b6fec7da51..5f5a7e7d1b61eb895ef7208d2fa9fa2157039730 100644
|
| --- a/android_webview/tools/system_webview_shell/apk/res/layout/activity_webview.xml
|
| +++ b/android_webview/tools/automated_ui_tests/java/res/layout/edittext_webview.xml
|
| @@ -4,9 +4,8 @@
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| xmlns:tools="http://schemas.android.com/tools"
|
| - android:id="@+id/container"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| android:orientation="vertical"
|
| @@ -14,5 +13,12 @@
|
| <WebView
|
| android:id="@+id/webview"
|
| android:layout_width="match_parent"
|
| - android:layout_height="match_parent" />
|
| -</LinearLayout>
|
| + android:layout_height="280dp" />
|
| + <EditText
|
| + android:id="@+id/edittext"
|
| + android:inputType="text"
|
| + android:layout_below="@+id/webview"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="60dp" />
|
| +</RelativeLayout>
|
| +
|
|
|