Android splash screen image sizes to fit all devices
问题 I have a full screen PNG I want to display on splash. Only one error there, and I have no idea what size to put in every drawable folder ( ldpi , mdpi , hdpi , and xhdpi ). My application is supposed to run good and beautiful on all phones and tablets. What sizes (in pixels) should I create so the splash displays nice on all screens? 回答1: Disclaimer This answer is from 2013 and is seriously outdated. As of Android 3.2 there are now 6 groups of screen density. This answer will be updated as