summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-27 11:45:55 -0700
committerYorke Lee <yorkelee@google.com>2014-03-27 11:45:55 -0700
commit44b1ef33a845211777d84fd75ff69a4f7a287065 (patch)
tree92471d8dc53347dfa1ec6816b62387823f822174 /res
parent538df16ae6963edc141502414609830ea4cc3837 (diff)
Fix broken copy-paste dialog
Bug: 13673765 Change-Id: I367896803582b95e7e9c459747ee4d6685f03e73
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. -->