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

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

Issue 2846663002: Peek new infobars behind existing ones (Closed)
Patch Set: 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/main.xml
diff --git a/chrome/android/java/res/layout/main.xml b/chrome/android/java/res/layout/main.xml
index 89c0c32936ad9ceae88dd100f42df2a74f1db7b1..807220aa656d691caed981f88999428961426352 100644
--- a/chrome/android/java/res/layout/main.xml
+++ b/chrome/android/java/res/layout/main.xml
@@ -24,7 +24,8 @@
android:id="@+id/bottom_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_gravity="start|bottom" />
+ android:layout_gravity="start|bottom"
+ android:clipChildren="false" />
Ted C 2017/05/17 17:55:54 I think we should conditionally set this. I have
mdjones 2017/05/17 21:05:19 I changed this to be set based on whether the info
<ViewStub
android:id="@+id/bottombar_stub"

Powered by Google App Engine
This is Rietveld 408576698