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

Unified Diff: chrome/android/java/res/layout/main.xml

Issue 2652883002: Omnibox results show correctly for Chrome Home (Closed)
Patch Set: nit Created 3 years, 11 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/java/res/layout/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 15801a3e6b5cd841dc1b8bbb69d769dc5e7fa872..beed02330a73411167cb06f0e7f915fddb3719d9 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -20,11 +20,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
- <ViewStub
- android:id="@+id/omnibox_results_container_stub"
+ <View
+ android:id="@+id/fading_focus_target"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/tab_strip_height"
+ android:visibility="gone" />
+
+ <ViewStub
+ android:id="@+id/omnibox_results_container_stub"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
android:inflatedId="@+id/omnibox_results_container"
android:layout="@layout/omnibox_results_container" />

Powered by Google App Engine
This is Rietveld 408576698