gpt4 book ai didi

android - 将 Holo 主题与 AppCompatActivity 结合使用

转载 作者:太空宇宙 更新时间:2023-11-03 10:42:02 25 4
gpt4 key购买 nike

我在 android 中有一个相当简单的应用程序,它使用支持库为在低于 11 的 API 上运行的设备提供操作栏,因此我的主要 Activity 扩展了 AppCompatActivity .
我当前的应用主题如下:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>

在运行一些测试并确保应用程序按预期工作后,我决定为运行在 API 级别 14 及更高级别的设备设置主题如下:

<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>

从那以后,该应用程序一直在启动时崩溃。
logcat 显示正在抛出异常,内容如下:

You need to use a Theme.AppCompat theme (or descendant) with this activity.

这是否意味着我必须只使用 AppCompat 主题,而不管设备的 API?
如果不是,那我应该如何解决这个问题?

最佳答案

Does it mean that I must use only the AppCompat themes, regardless of the device's API?

是的。或者,停止使用 appcompat-v7,并继承 Activity

关于android - 将 Holo 主题与 AppCompatActivity 结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31999174/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com