Implement ComboView for Bookmarks, History and SavedPages

 - Replaces ComboViewActivity for PhoneUi.
 - Lives as part of the BrowserActivity's ViewTree.
 - Avoids construction of ComboViewActivity everytime the bookmarks screen is opened.

Change-Id: Ic7042de731a4cc2107a297c9f7d4356bc2c30f2e
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml
index df5c0f7..acc63a4 100644
--- a/res/layout/custom_screen.xml
+++ b/res/layout/custom_screen.xml
@@ -25,5 +25,10 @@
         android:layout_width="match_parent"
         android:layout_height="match_parent"
     />
+    <ViewStub
+        android:id="@+id/combo_view_stub"
+        android:layout="@layout/combo_view"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
 </merge>