diff options
author | Yorke Lee <yorkelee@google.com> | 2015-03-18 15:25:56 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-03-18 15:25:56 -0700 |
commit | 3e0c5e07743db8226c5d97034784daae56955905 (patch) | |
tree | c44c88db81fe005c4f59c6f3eb4d20646c0da4ac | |
parent | cc630693631303cfb8c26a422466ae51cee49946 (diff) |
Set correct style for AlertDialog
Otherwise it inherits the incorrect text color
<item name="android:textColorPrimary">@color/incall_call_banner_text_color</item>
from Theme.InCallScreen.
Bug: 19796458
Change-Id: I4e86f4a114b39d8c2060638eb05142791385c8e9
-rw-r--r-- | InCallUI/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml index dba7cc375..11d636261 100644 --- a/InCallUI/res/values/styles.xml +++ b/InCallUI/res/values/styles.xml @@ -85,6 +85,7 @@ <item name="android:popupMenuStyle">@style/InCallPopupMenuStyle</item> <item name="android:actionBarStyle">@style/InCallActionBarStyle</item> <item name="android:buttonStyleToggle">@style/InCallCompoundButton</item> + <item name="android:alertDialogTheme">@android:style/Theme.Material.Light.Dialog.Alert</item> </style> <style name="InCallPopupMenuStyle" parent="@android:style/Theme.Material.Light"> |