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.
从一个活动中,我可以像这样设置背景可绘制对象:
getWindow().setBackgroundDrawable(drawable)
但我找不到检索背景可绘制的方法。
有吗?如果不是,为什么不呢?
您可以使用它getWindow().getDecorView().getBackground();来检索背景可绘制对象。
getWindow().getDecorView().getBackground();