diff options
author | Tyler Gunn <tgunn@google.com> | 2014-12-10 17:44:10 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-10 17:44:10 +0000 |
commit | ca62869799e2b7fbfd226840b1d4e7905713c704 (patch) | |
tree | 5dddec590a45c8b6f0c1f7ef73cfecb29fe9b42f | |
parent | 5fd9d437dd9af9de1f7c7e42ffc1e93dab43f9cb (diff) | |
parent | a671eddff24332bb84f8446885140ec6f87a8f0a (diff) |
am b92fc0a1: am ec338577: am 352e8695: Removing "windowNoTitle" style attribute for InCallScreen.
* commit 'b92fc0a122e369fbc9d6ed278a40f3e7a74fec63':
Removing "windowNoTitle" style attribute for InCallScreen.
-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> |