summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-28 00:05:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-28 00:05:22 +0000
commitcfbdfa15a35abdde99c89d55ac425ae953ff7ffd (patch)
tree931c4e0e6be4f8026b50351042f7cf445cbde9ac /res
parent82c09c82b3baac3be7f972b0f0a6f90e74f923a8 (diff)
parent44b1ef33a845211777d84fd75ff69a4f7a287065 (diff)
Merge "Fix broken copy-paste dialog"
Diffstat (limited to 'res')
-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 9302b959c..87e08e3fd 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. -->