| 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 79b046cb8f42ee42a7237917245c2b48decb271f..eae7a4a9fcd917629663cdc35dc85d144bcc1a32 100644
|
| --- a/chrome/android/java/res/layout/bottom_control_container.xml
|
| +++ b/chrome/android/java/res/layout/bottom_control_container.xml
|
| @@ -34,7 +34,8 @@
|
| android:id="@+id/toolbar_holder"
|
| android:layout_width="match_parent"
|
| android:layout_height="@dimen/bottom_control_container_height"
|
| - android:layout_marginTop="@dimen/toolbar_shadow_height" >
|
| + android:layout_marginTop="@dimen/toolbar_shadow_height"
|
| + android:background="@color/default_primary_color" >
|
|
|
| <ViewStub
|
| android:id="@+id/toolbar_stub"
|
| @@ -66,7 +67,8 @@
|
| android:id="@+id/bottom_sheet_content"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| - android:paddingBottom="@dimen/bottom_nav_height" />
|
| + android:paddingBottom="@dimen/bottom_nav_height"
|
| + android:background="@color/default_primary_color" />
|
|
|
| <ViewStub
|
| android:id="@+id/bottom_omnibox_results_container_stub"
|
|
|