| 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 54c916c758b36ed4c34014cf29576691d3096efe..ceba8c657bdc878dfe693177a837a891626c4564 100644
|
| --- a/chrome/android/java/res/layout/main.xml
|
| +++ b/chrome/android/java/res/layout/main.xml
|
| @@ -70,6 +70,14 @@
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent" />
|
|
|
| + <ViewStub
|
| + android:id="@+id/bottom_nav_stub"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="@dimen/bottom_nav_height"
|
| + android:layout_gravity="start|bottom"
|
| + android:inflatedId="@+id/bottom_nav"
|
| + android:layout="@layout/bottom_sheet_bottom_nav" />
|
| +
|
| </android.support.design.widget.CoordinatorLayout>
|
|
|
| <HorizontalScrollView
|
|
|