gpt4 book ai didi

android - 有没有办法改变 fragment 主题?

转载 作者:行者123 更新时间:2023-12-02 12:24:58 24 4
gpt4 key购买 nike

我目前在我的项目中使用“导航组件”,使用“单一 Activity ”方法。我的每个 fragment 都有透明的状态栏和不同的 windowBackground。我正在寻找一种方法来更改 fragment windowBackground,而不影响其他 fragment 。

我试过这里提到的解决方案: https://stackoverflow.com/a/15496425/11402079但它没有用。我找不到与这种“单一 Activity ”方法相关的任何内容。谁能帮忙?

最佳答案

使用 ContextThemeWrapper 为 fragment 提供不同的主题。在应用 contextThemeWrapper 时,您的 minSDKVersion 应该 >=11 。

在fragment的onCreateView方法中使用

final Context contextThemeWrapper = new ContextThemeWrapper(getActivity(), R.style.yourCustomTheme);

关于android - 有没有办法改变 fragment 主题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55819634/

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