diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-10 12:06:15 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-10 12:06:15 -0700 |
commit | 39298539760fefd92bceb07b09af9f3bdd571dea (patch) | |
tree | 336af1a319f574bea06c16143225bfebf673b671 /res | |
parent | c9b8f14023f29a0dc593fe9d26df047090469736 (diff) | |
parent | d89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d (diff) |
am d89b25d5: Fix copy and paste menu
* commit 'd89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d':
Fix copy and paste menu
Diffstat (limited to 'res')
-rw-r--r-- | res/values/styles.xml | 6 |
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> |