| Index: webapk/shell_apk/res/layout/main.xml
|
| diff --git a/chrome/android/java/res/layout/omnibox_results_container.xml b/webapk/shell_apk/res/layout/main.xml
|
| similarity index 65%
|
| copy from chrome/android/java/res/layout/omnibox_results_container.xml
|
| copy to webapk/shell_apk/res/layout/main.xml
|
| index 1678f6245528f0f5d73446e095e3fba539162e6e..90c10d89e024834f8e03f6c3cddad15d6300a07f 100644
|
| --- a/chrome/android/java/res/layout/omnibox_results_container.xml
|
| +++ b/webapk/shell_apk/res/layout/main.xml
|
| @@ -3,9 +3,9 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:id="@+id/omnibox_results_container"
|
| - android:visibility="gone"
|
| - android:layout_width="match_parent"
|
| +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:layout_height="match_parent"
|
| - />
|
| + android:layout_width="match_parent"
|
| + android:padding="5dp"
|
| + android:orientation="vertical" >
|
| +</LinearLayout>
|
|
|