일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- 운정
- 설치
- oracle
- 유니티
- Android
- mysql
- 예제
- 잡토이
- 설정
- 코딩
- librecad
- 강좌
- 리브레캐드
- Spring Security
- 라즈베리파이
- jobtoy
- Unity
- MSSQL
- html5
- s4a
- tomcat
- 오라클
- jsp
- 시작하기
- 아두이노
- 잡토이 메이킹 코딩 학원
- 안드로이드
- 스크래치
- 파주
- 톰캣
- Today
- Total
목록Splash (2)
랩제이
[phonegap] cordova 아이콘, 스프래쉬, 세로고정 적용함 첨부된 파일은 아이콘 생성, 스프래쉬 적용, 세로고정 적용이 테스트 왼료된 파일입니다. 기본적으로 인터넷에 나와 있는 방법을 이용했습니다. 한가지 다른 점은 cordova에 적용하기 위하여 splash, icon 이미지 파일을 생성하고 https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html 문서상에 있는 android 위치에 복사를 해 두었습니다. cordova build 를 실행하니 아이콘과 스프래쉬 이미지가 사이즈별로 폴더가 생성되었습니다. screen/android 폴더에 있던 splash-land-hdpi.png 파일이 d..
[phonegap] 스플래쉬( splash ) 이미지 파일 전체모드 Full Screen가로모드 Portrait세로모드 Landscape 스플래시 화면 크기 ldpi : 240*400 mdpi : 320*480 hdpi : 480*800 xhdpi : 720*1280 xxhdpi : 1080*1920 ldpi: 200x320 drawable-ldpi/splash.pngmdpi: 320x480 drawable-mdpi/splash.pnghdp: 480x800 drawable-hdpi/splash.pngxhdpi: 720x1280 drawable-xhdpi/splash.pngldpi landscape: 200x320 drawable-land-ldpi/splash.pngmdpi landscape: 320x48..