【发布时间】:2014-12-31 18:42:16
【问题描述】:
在我的应用程序中,我使用Theme.AppCompat.Light.DarkActionBar 作为我的应用程序的基础。
当我创建 AlertDialog 时,我使用的是没有特定主题的创建它。
现在我想更新对话框中的一些颜色,但我不知道作为AlertDialog 的父级需要使用什么主题。
我试过Theme.Holo.Dialog 和Theme.AppCompat.Light.Dialog 但没有。
谢谢
【问题讨论】:
标签: android material-design android-alertdialog android-appcompat