diff options
author | Yorke Lee <yorkelee@google.com> | 2015-03-18 22:51:26 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-03-18 22:51:27 +0000 |
commit | a1715bc255437b07828cdb42c285cf4e321ea82b (patch) | |
tree | 8a5c29e3c71bbab9d1b0f21669d95a0524a037c7 | |
parent | 42fa931d15091ae64ac0b334003eb3ce866315e6 (diff) | |
parent | 3e0c5e07743db8226c5d97034784daae56955905 (diff) |
Merge "Set correct style for AlertDialog"
-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"> |