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

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

Issue 2853583002: 🏠 Add expand button and flag to enable it (Closed)
Patch Set: fix histograms Created 3 years, 8 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/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 34b469adefb2a98639679455ad398acc6b87a4e2..e8d0a9c78ded50049c9dbaddc320211af432483a 100644
--- a/chrome/android/java/res/layout/bottom_control_container.xml
+++ b/chrome/android/java/res/layout/bottom_control_container.xml
@@ -33,7 +33,7 @@
<FrameLayout
android:id="@+id/toolbar_holder"
android:layout_width="match_parent"
- android:layout_height="@dimen/bottom_control_container_height"
+ android:layout_height="match_parent"
android:layout_marginTop="@dimen/toolbar_shadow_height" >
<ViewStub

Powered by Google App Engine
This is Rietveld 408576698