I have a pair of background images for both vertical and horizontal layout on my Android app. They are jpeg images with a total size of 236 KB combined.
I keep running out of memory though, with the error message "Out of memory on a 23047212-byte allocation"
.
How can I have a resource demanding 23 MB of allocation with the background images being a total of 236 KB?
The problem is only present when using the background images in my activities.