fixed adding bookmark shortcut from home screen
  bug: http://b/issue?id=2948937
  added shortcut activity to host bookmarks page fragment

Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index 2784e17..fc6adc5 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -29,6 +29,9 @@
     <style name="BookmarkTheme" parent="@android:Theme.Panel">
         <item name="android:windowBackground">@color/black</item>
     </style>
+    <style name="ShortCutTheme" parent="@android:Theme.Holo">
+        <item name="android:windowContentOverlay">@null</item>
+    </style>
     <style name="ActionBarStyle">
         <item name="android:background">#ffdddddd</item>
         <item name="android:height">48dip</item>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index b860b42..09dbff1 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -28,6 +28,10 @@
         <item name="android:windowNoTitle">true</item>
         <item name="android:windowContentOverlay">@null</item>
     </style>
+    <style name="ShortcutTheme" parent="@android:Theme.Black">
+        <item name="android:windowNoTitle">true</item>
+        <item name="android:windowContentOverlay">@null</item>
+    </style>
     <style name="TitleBar">
         <item name="android:windowEnterAnimation">@anim/title_bar_enter</item>
         <item name="android:windowExitAnimation">@anim/title_bar_exit</item>