DO NOT MERGE Fix broken copy-paste dialog
Bug: 13673765
Change-Id: I367896803582b95e7e9c459747ee4d6685f03e73
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 1025d0f..ec90464 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. -->