summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-04-24 19:10:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-24 19:10:31 +0000
commit2384e1aa8bbc17fe334984888e7ce449a714a82d (patch)
tree12328ea6cdab0cfdeee942bfe82e8608e763ce60 /res/values/styles.xml
parent3204ecaded4eafe9be3a94a8d7a3d73e47f16bef (diff)
parentbe10b4111370a2d4dd982eb823f7f26c411bca40 (diff)
Merge "Hide actionbar title text in activity preview"
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a0e8aebf1..766e86cd8 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -89,6 +89,11 @@
<item name="android:windowActionBarOverlay">false</item>
</style>
+ <!-- Hide the actionbar title during the activity preview -->
+ <style name="DialtactsActivityTheme" parent="DialtactsTheme">
+ <item name="android:actionBarStyle">@style/DialtactsActionBarWithoutTitleStyle</item>
+ </style>
+
<style name="CallDetailActivityTheme" parent="android:Theme.Quantum.Light">
<item name="android:windowBackground">@color/background_dialer_light</item>
<item name="android:gravity">top</item>
@@ -162,6 +167,10 @@
<item name="android:icon">@android:color/transparent</item>
</style>
+ <style name="DialtactsActionBarWithoutTitleStyle" parent="DialtactsActionBarStyle">
+ <item name="android:displayOptions"></item>
+ </style>
+
<!-- Text in the action bar at the top of the screen -->
<style name="DialtactsActionBarTitleText"
parent="@android:style/TextAppearance.Quantum.Widget.ActionBar.Title">