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

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

Issue 2652883002: Omnibox results show correctly for Chrome Home (Closed)
Patch Set: address comments 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/main.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/bottom_control_container.xml
diff --git a/chrome/android/java/res/layout/bottom_control_container.xml b/chrome/android/java/res/layout/bottom_control_container.xml
index b5ebc54af577f588021c82e0fdc6ad4a56566a6a..a6ca2886d28f915e9d9c9638e915f157255424d7 100644
--- a/chrome/android/java/res/layout/bottom_control_container.xml
+++ b/chrome/android/java/res/layout/bottom_control_container.xml
@@ -20,7 +20,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
- android:id="@+id/toolbar_shadow"
+ android:id="@+id/bottom_toolbar_shadow"
android:layout_width="match_parent"
android:layout_height="@dimen/toolbar_shadow_height"
android:src="@drawable/toolbar_shadow"
@@ -48,4 +48,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <ViewStub
+ android:id="@+id/bottom_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" />
+
+ <ImageView
+ android:id="@+id/toolbar_shadow"
+ android:src="@drawable/toolbar_shadow"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:scaleType="fitXY"
+ android:contentDescription="@null" />
+
</org.chromium.chrome.browser.widget.BottomSheet>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/main.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698