You cannot change skins at runtime, but you can change themes.
How to change current theme at runtime in Android
You cannot download new themes from the API. Application.setTheme (resourceID) does not accept any other types of arguments. Therefore, unfortunately, I do not think that this is possible without some API changes.
source share