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

c# - Highlight all words containing a letter in a richtextbox -

Editing Python Class in Shell and SQLAlchemy -

java - JavaFX WebEngine Video Playback in Linux -