how i change background for all activity android -


I put an image for all the activity in my app (in style.xml ...). How can I change the background for all my activities dynamically, is it possible to change the properties of a theme dynamically?

Thank you for your help

/ P>

  getWindow () can change setBackgroundDrawable (...); . GetWindow () setBackgroundDrawableResource (...);  

See the docs.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -