Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是,对话框的标题背景颜色在我的模拟器和我的真实手机上是不同的(每个制造商默认使用它自己的主题)。
所以我想明确指定我想使用正在使用模拟器的样式。
我想我可以做到
setStyle(style, theme)
在 DialogFragment 内部,但我如何找出哪个样式/主题使用模拟器来构建 DialogFragment?
在您的清单中使用默认手机主题。Theme.DeviceDefault
Theme.DeviceDefault