【发布时间】:2012-07-10 20:15:23
【问题描述】:
我有一个 Android 应用程序,允许用户在运行时在主题之间切换。切换主题很容易,但the theme isn't applied until the activity is recreated. 我找到了apply the theme to current activity 的方法,但如果用户按下后退按钮,以前的屏幕仍然有旧主题。如何更改这些活动的主题?支持它的应用示例:Tasks Free
【问题讨论】:
标签: android themes android-activity android-theme