summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-10 10:13:04 -0700
committerYorke Lee <yorkelee@google.com>2013-09-10 10:13:04 -0700
commitd89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d (patch)
tree4cf83210e45cb7fb7fbd7c908edaed0f7dde7e11 /res
parent35156fc2af67e8f5f1ce6893024d3970134bc26f (diff)
Fix copy and paste menu
Bug: 10514458 Change-Id: Ic150bd3b3905eaa99cb380add10123891d50447d
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8df2e6b53..e7dd9f9b0 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,7 +19,7 @@
parent="android:Theme.Holo.Light">
<item name="android:textColorPrimary">@color/dialtacts_primary_text_color</item>
<item name="android:textColorSecondary">@color/dialtacts_secondary_text_color</item>
- <item name="android:windowActionBarOverlay">true</item>
+ <item name="android:windowActionBarOverlay">false</item>
<item name="android:actionBarStyle">@style/DialtactsActionBarStyle</item>
<item name="android:actionBarTabStyle">@style/DialtactsActionBarTabStyle</item>
<item name="android:windowContentOverlay">@null</item>
@@ -72,6 +72,10 @@
<item name="android:textColorPrimary">#FFFFFF</item>
</style>
+ <style name="CallLogActivityTheme" parent="DialtactsTheme">
+ <item name="android:windowActionBarOverlay">true</item>
+ </style>
+
<style name="CallDetailActivityTheme" parent="android:Theme.Holo.Light">
<item name="android:windowBackground">@color/background_dialer_list_items</item>
<item name="android:gravity">top</item>