Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/android/webapk/shell_apk/res/layout/main.xml

Issue 1960853002: Initial CL for Web APKs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/webapk/shell_apk/res/layout/main.xml
diff --git a/chrome/android/java/res/layout/omnibox_results_container.xml b/chrome/android/webapk/shell_apk/res/layout/main.xml
similarity index 65%
copy from chrome/android/java/res/layout/omnibox_results_container.xml
copy to chrome/android/webapk/shell_apk/res/layout/main.xml
index 1678f6245528f0f5d73446e095e3fba539162e6e..90c10d89e024834f8e03f6c3cddad15d6300a07f 100644
--- a/chrome/android/java/res/layout/omnibox_results_container.xml
+++ b/chrome/android/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>

Powered by Google App Engine
This is Rietveld 408576698