diff options
author | Tyler Gunn <tgunn@google.com> | 2014-12-09 13:07:50 -0800 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2014-12-09 13:07:50 -0800 |
commit | 58fe2661b1977fac80fe9cbc063ad55152d33199 (patch) | |
tree | dc15d60e3b83bebb9953e587a6f3b874b2149f24 | |
parent | c14bf4ad56d336b792b637a9cfb5b27064eaa2ca (diff) |
Removing "windowNoTitle" style attribute for InCallScreen.
This was preventing the actionBar from being initialized and used by the
Conference Manager. The actionbar would come back null in the
InCallActivity.
Bug: 18675877
Change-Id: I442fea79ee64fbadf26f957fd84c1492eefa8dbe
-rw-r--r-- | InCallUI/res/values/styles.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml index d99c66847..9471c183e 100644 --- a/InCallUI/res/values/styles.xml +++ b/InCallUI/res/values/styles.xml @@ -110,7 +110,6 @@ <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> - <item name="android:windowNoTitle">true</item> <item name="dialpad_key_button_touch_tint">@color/incall_dialpad_touch_tint</item> <item name="android:textColorPrimary">@color/incall_call_banner_text_color</item> <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item> |