| 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 4d5402a867869943eb9cbe19d7be5a96224e2d81..f0ed3f35f9b5fac775b6aa647865a65c573a4cc6 100644
|
| --- a/chrome/android/java/res/layout/main.xml
|
| +++ b/chrome/android/java/res/layout/main.xml
|
| @@ -9,7 +9,7 @@
|
| android:layout_height="match_parent"
|
| android:orientation="vertical">
|
|
|
| - <android.support.design.widget.CoordinatorLayout
|
| + <org.chromium.chrome.browser.coordinator.CoordinatorLayoutForPointer
|
| android:id="@+id/coordinator"
|
| android:layout_width="match_parent"
|
| android:layout_height="0dp"
|
| @@ -23,7 +23,8 @@
|
| <FrameLayout
|
| android:id="@+id/overview_list_layout_holder"
|
| android:layout_width="match_parent"
|
| - android:layout_height="match_parent" />
|
| + android:layout_height="match_parent"
|
| + android:visibility="gone" />
|
|
|
| <org.chromium.chrome.browser.snackbar.BottomContainer
|
| android:id="@+id/bottom_container"
|
| @@ -102,8 +103,7 @@
|
| android:layout="@layout/empty_background_view_tablet"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent" />
|
| -
|
| - </android.support.design.widget.CoordinatorLayout>
|
| + </org.chromium.chrome.browser.coordinator.CoordinatorLayoutForPointer>
|
|
|
| </LinearLayout>
|
|
|
|
|