Skip to content

Commit b742cd7

Browse files
committed
updated note
1 parent 61f968b commit b742cd7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

note.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
* 要注意 android 代码获取图片资源时(无文件后缀名), png与jpg都可以获取到
66
但是在 ios 代码获取图片资源时(无文件后缀名), 只能获取到png
77

8-
* 要注意 android 使用了bitmap操作图片进行了裁剪,
9-
为使launchScreen时设置的背景图与splashScreen的图片展现一致(android的顶部的statusBar与底部的navigationBar的高度会影响Dialog)
8+
* (废弃, bitmap消耗过大)要注意 android 使用了bitmap操作图片进行了裁剪,
9+
为使launchScreen时设置的背景图与splashScreen的图片展现一致(android的顶部的statusBar与底部的navigationBar的高度会影响Dialog)
10+
11+
* 要注意 android 给windowbackground设置背景图也会加大每帧渲染的消耗, 并且会有可能导致奇怪的闪屏bug, 故也废弃
12+
* 要注意 android 采用起始application设置window透明色的方式
13+
* 要注意 android 从0.3x版本开始, 组件package的加载放至application中, 故将package加载和splashscreen显示二个动作分开,
14+
否则无法保证splashscreen显示的动作正好在onCreate操作之前

0 commit comments

Comments
 (0)