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

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

Issue 2410603002: Inflate toolbar layouts in ControlContainer (Closed)
Patch Set: fix ID Created 4 years, 2 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/custom_tabs_control_container.xml
diff --git a/chrome/android/java/res/layout/custom_tabs_control_container.xml b/chrome/android/java/res/layout/custom_tabs_control_container.xml
index 87b45c70d06ede37cc83c44e96ea0d5f8d49f13c..1b2662db53d888dea101a611ffb0cd115dcfd1dc 100644
--- a/chrome/android/java/res/layout/custom_tabs_control_container.xml
+++ b/chrome/android/java/res/layout/custom_tabs_control_container.xml
@@ -12,11 +12,10 @@
android:id="@+id/toolbar_container"
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <include
- android:id="@+id/toolbar"
+ <ViewStub
+ android:id="@+id/toolbar_stub"
android:layout_width="match_parent"
- android:layout_height="@dimen/custom_tabs_control_container_height"
- layout="@layout/custom_tabs_toolbar" />
+ android:layout_height="@dimen/custom_tabs_control_container_height" />
<ImageView
android:id="@+id/toolbar_shadow"
android:src="@drawable/toolbar_shadow"
« no previous file with comments | « chrome/android/java/res/layout/control_container.xml ('k') | chrome/android/java/res/layout/custom_tabs_toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698