https://github.com/jaredrummler/so-41872033
http://stackoverflow.com/questions/41872033/how-to-change-theme-from-another-app-resource-in-android
https://github.com/jaredrummler/so-41872033
Last synced: 2 months ago
JSON representation
http://stackoverflow.com/questions/41872033/how-to-change-theme-from-another-app-resource-in-android
- Host: GitHub
- URL: https://github.com/jaredrummler/so-41872033
- Owner: jaredrummler
- Created: 2017-01-31T02:43:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T02:48:16.000Z (over 9 years ago)
- Last Synced: 2025-01-13T20:47:45.128Z (over 1 year ago)
- Language: Java
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SO-41872033
http://stackoverflow.com/questions/41872033/how-to-change-theme-from-another-app-resource-in-android
This project shows that is is indeed possible to use a theme from another package installed on the device. First, install the "theme_module" and then install the "app" module. You will see that the theme is now dark and has a pink ActionBar. Although this is possible it is not recommended and should never be used in production.
The app resources should also contain all the same strings, drawables and other resources or the app could crash from a ResourcesNotFoundException.