Chromium Code Reviews| 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" |