summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-27 19:06:01 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-27 19:06:01 +0000
commitb82d5c2b414bd78a7e032bda09931c1f247ee056 (patch)
treed08812e8b6c6115998dc90bd16eb720e8cfa66ea
parent6503dc1a70659eaefcfbe6a432e1d4b86254d1ab (diff)
parent00c8771dd158527f88cfd462540e947ec058dd30 (diff)
am 00c8771d: DO NOT MERGE Fix broken copy-paste dialog
* commit '00c8771dd158527f88cfd462540e947ec058dd30': DO NOT MERGE Fix broken copy-paste dialog
-rw-r--r--res/values/styles.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1025d0fdc..ec904646e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -86,7 +86,12 @@
<!-- A "hidden" action bar style. Used when loading the launcher activity so that the
default actionbar is effectively hidden. -->
<style name="DialtactsHiddenActionBarStyle" parent="DialtactsActionBarStyle">
- <item name="android:height">0dp</item>
+ <item name="android:background">@color/background_dialer_light</item>
+ <item name="android:titleTextStyle">@style/DialtactsHiddenActionBarTextStyle</item>
+ </style>
+
+ <style name="DialtactsHiddenActionBarTextStyle" parent="@android:style/TextAppearance">
+ <item name="android:textColor">@color/background_dialer_light</item>
</style>
<!-- Action bar overflow menu icon. -->