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.
当使用 activity.recreate() 屏幕闪烁黑色 0,5 秒时,无论如何你可以解决这个问题,所以它不会闪烁。或者在使用activity.recreate()之前让整个屏幕淡出到黑色?
尝试制作 2 个布局,1 个具有隐藏视图,另一个具有所有元素可见,并用于setContentView(layoutId);在它们之间切换,如果您在 UI 元素上有侦听器,则将设置的侦听器从移动onCraete()到onResume()并在布局切换时调用它
setContentView(layoutId);
onCraete()
onResume()