This has to be one of the most over asked questions on here which is often just directed to the android developer site. After reading the documentation, I just wanted to come here and clarify.
I understand the there must be different drawables for each screen size and density to create an optimized user experience. I want just a simple background image. Therefore I need to create a background image for mdpi, hdpi, xhdpi, xxhdpi. After researching I found the following sizes for these size folders:
xlarge (xhdpi): 640x960 large (hdpi): 480x800 medium (mdpi): 320x480 small (ldpi): 240x320
resource answer: Android splash screen image sizes to fit all devices
But question, I didnt think ldpi was used or required anymore and where is xxhdpi?
After I have my image sizes I can center it and be good :) Thanks!