| Index: chrome/android/java/res/layout-sw720dp/bookmark_main.xml
|
| diff --git a/chrome/android/java/res/layout-sw720dp/bookmark_main.xml b/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
|
| index cf0d3ff907ef911fadedef7de9410240dfb563c0..255d3c4839703882d700796a8dbe17b9ee65c380 100644
|
| --- a/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
|
| +++ b/chrome/android/java/res/layout-sw720dp/bookmark_main.xml
|
| @@ -18,20 +18,10 @@
|
| android:divider="@null"
|
| android:dividerHeight="0dp" />
|
|
|
| - <ViewSwitcher
|
| - android:id="@+id/bookmark_view_switcher"
|
| + <org.chromium.chrome.browser.widget.selection.SelectableListLayout
|
| + android:id="@+id/selectable_list"
|
| android:layout_width="match_parent"
|
| android:layout_height="match_parent"
|
| - android:inAnimation="@android:anim/fade_in"
|
| - android:outAnimation="@android:anim/fade_out" >
|
| -
|
| - <org.chromium.chrome.browser.widget.selection.SelectableListLayout
|
| - android:id="@+id/selectable_list"
|
| - android:layout_width="match_parent"
|
| - android:layout_height="match_parent"
|
| - android:background="@android:color/white" />
|
| -
|
| - <include layout="@layout/bookmark_search" />
|
| - </ViewSwitcher>
|
| + android:background="@android:color/white" />
|
|
|
| </LinearLayout>
|
|
|