Tag: splash screen

  • Icon and Splash screen in Phonegap

    I’ve been working with Phonegap lately.. This is a note to my future self about icons and splash screen The config.xml should be in the www folder You should add a icon.png and splash.png in the same folder as the config.xml Example <icon src="res/icon/android/mdpi.png" gap:platform="android" gap:qualifier="mdpi" /> <icon src="res/icon/android/hdpi.png" gap:platform="android" gap:qualifier="hdpi" /> <icon src="res/icon/android/xhdpi.png" gap:platform="android" […]