summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2010-08-25 12:57:38 -0700
committerMichael Kolb <kolby@google.com>2010-08-25 13:00:32 -0700
commit801ecb73006a3062cdfeacf7ad6016e0a358671c (patch)
treefdada90c88698f5ea20f0a2bcaa40e13262da655 /res
parent0998b0a02bcb8606881df8ed6ae204b5367ca4f9 (diff)
downloadpackages_apps_Browser-801ecb73006a3062cdfeacf7ad6016e0a358671c.zip
packages_apps_Browser-801ecb73006a3062cdfeacf7ad6016e0a358671c.tar.gz
packages_apps_Browser-801ecb73006a3062cdfeacf7ad6016e0a358671c.tar.bz2
fixed adding bookmark shortcut from home screen
bug: http://b/issue?id=2948937 added shortcut activity to host bookmarks page fragment Change-Id: I39db8985b3c07fae6ca800cc57da3747040cb814
Diffstat (limited to 'res')
-rw-r--r--res/values-xlarge/styles.xml3
-rw-r--r--res/values/styles.xml4
2 files changed, 7 insertions, 0 deletions
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>